Files
Genarrative/src/ChildMotionDemoApp.tsx
五香丸子 46a254f142
Some checks failed
CI / verify (push) Has been cancelled
feat: add child motion entry and fix auth env
2026-05-10 18:27:51 +08:00

6 lines
180 B
TypeScript

import { ChildMotionWarmupDemo } from './components/child-motion-demo/ChildMotionWarmupDemo';
export default function ChildMotionDemoApp() {
return <ChildMotionWarmupDemo />;
}