Skip to content

Commit

Permalink
refactor: 📈 move analytic components
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jan 7, 2025
1 parent 59035bf commit dd7924e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export default function RootLayout({
<Navbar />
{children}
<Footer />
<Analytics />
<SpeedInsights />
</ThemeProvider>
<Analytics />
<SpeedInsights />
</body>
</html>
);
Expand Down

0 comments on commit dd7924e

Please sign in to comment.