We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8530791 commit caec3cbCopy full SHA for caec3cb
1 file changed
gitforme/src/App.jsx
@@ -6,6 +6,7 @@ import GitformeUi from './components/gitformeUi';
6
import Login from '../pages/Login';
7
import RepoPage from '../pages/gitpage';
8
import ProtectedRoute from './components/ProtectedRoute';
9
+import { Analytics } from "@vercel/analytics/next"
10
11
function App() {
12
return (
@@ -28,6 +29,7 @@ function App() {
28
29
draggable
30
pauseOnHover
31
/>
32
+ <Analytics/>
33
<SpeedInsights />
34
</>
35
);
0 commit comments