fix: remove heading and description

This commit is contained in:
2026-03-01 10:01:28 +01:00
parent a4cc53d774
commit 00c77ff3fe
11 changed files with 12 additions and 59 deletions

View File

@@ -9,7 +9,7 @@ export const metadata: Metadata = { title: tool.title, description: tool.summary
export default function AnimatePage() {
return (
<AppPage title={tool.title} description={tool.summary} icon={tool.icon}>
<AppPage>
<AnimationEditor />
</AppPage>
);