feat: add child motion entry and fix auth env
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
5
src/ChildMotionDemoApp.tsx
Normal file
5
src/ChildMotionDemoApp.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ChildMotionWarmupDemo } from './components/child-motion-demo/ChildMotionWarmupDemo';
|
||||
|
||||
export default function ChildMotionDemoApp() {
|
||||
return <ChildMotionWarmupDemo />;
|
||||
}
|
||||
Reference in New Issue
Block a user