Skip to content

Commit

Permalink
chore: app.tsx에 누락된 Analytics component 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaemin-L committed Feb 15, 2024
1 parent 71f3ae7 commit 21c0c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (rootElement?.hasChildNodes()) {
<AnimatePresence>
<HelmetProvider>
<Routers />
<Analytics />
</HelmetProvider>
</AnimatePresence>
</ErrorBoundary>
Expand Down

0 comments on commit 21c0c64

Please sign in to comment.