diff --git a/components/animate/AnimationEditor.tsx b/components/animate/AnimationEditor.tsx index 246a49c..3f3df19 100644 --- a/components/animate/AnimationEditor.tsx +++ b/components/animate/AnimationEditor.tsx @@ -96,7 +96,7 @@ export function AnimationEditor() { {/* ── Main layout ─────────────────────────────────────── */}
{/* Left: Settings + Properties */} diff --git a/components/layout/AppPage.tsx b/components/layout/AppPage.tsx index 6e7ddef..e6830f5 100644 --- a/components/layout/AppPage.tsx +++ b/components/layout/AppPage.tsx @@ -8,7 +8,7 @@ interface AppPageProps { export function AppPage({ children, className }: AppPageProps) { return ( -
+
{children}