Skip to content

Commit

Permalink
fix: vercel analytics import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HBSPS committed Jun 29, 2024
1 parent afa08f5 commit 3a5dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createBrowserRouter, RouterProvider } from 'react-router-dom';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import { SpeedInsights } from '@vercel/speed-insights/react';
import LayoutErrorBoundary from '@/pages/layouts/LayoutErrorBoundary';
import LayoutWithNav from '@/pages/layouts/LayoutWithNav';
import LayoutWithoutNav from '@/pages/layouts/LayoutWithoutNav';
Expand Down

0 comments on commit 3a5dc5c

Please sign in to comment.