feat: add child motion entry and fix auth env
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-10 18:27:51 +08:00
parent 86fc382413
commit 46a254f142
22 changed files with 2868 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
import { ChildMotionWarmupDemo } from './components/child-motion-demo/ChildMotionWarmupDemo';
export default function ChildMotionDemoApp() {
return <ChildMotionWarmupDemo />;
}