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..69b6f15 100644 --- a/components/layout/AppPage.tsx +++ b/components/layout/AppPage.tsx @@ -8,11 +8,9 @@ interface AppPageProps { export function AppPage({ children, className }: AppPageProps) { return ( -
-
-
- {children} -
+
+
+ {children}
);