2 Commits

Author SHA1 Message Date
408d465473 Update src/app/page.tsx 2026-01-05 00:43:42 +00:00
62e31728f0 Update src/app/layout.tsx 2026-01-05 00:43:41 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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