Skip to content

Commit

Permalink
feat - to show Hi Dev in console in home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniorws committed Oct 12, 2023
1 parent bf5224d commit ba279b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { inject } from '@vercel/analytics';

function Home(){
inject();
console.log("Hi Dev :D");
return (
<main>
<div>
Expand Down

0 comments on commit ba279b4

Please sign in to comment.