6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
import { ChildMotionWarmupDemo } from './components/child-motion-demo/ChildMotionWarmupDemo';
|
|
|
|
export default function ChildMotionDemoApp() {
|
|
return <ChildMotionWarmupDemo />;
|
|
}
|