2 Commits

Author SHA1 Message Date
0ec5719f18 Update src/app/page.tsx 2025-12-26 13:41:48 +00:00
cc25a0bac4 Update src/app/layout.tsx 2025-12-26 13:41:47 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1265,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -504,4 +504,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}