Skip to content

Commit

Permalink
FIX: Vercel analytics (#846)
Browse files Browse the repository at this point in the history
* vercel analytics

* fix analytics
  • Loading branch information
shyamtawli authored Jan 28, 2024
1 parent 48140d8 commit d23782d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import './App.css';
import './components/Pagination/Pagination.css';
import filenames from './ProfilesList.json';

import { inject } from '@vercel/analytics';
inject();

function App() {
const [profiles, setProfiles] = useState([]);
const [searching, setSearching] = useState(false);
Expand Down

1 comment on commit d23782d

@vercel
Copy link

@vercel vercel bot commented on d23782d Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.