Skip to content

Commit

Permalink
installed framer
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhiri committed Oct 1, 2024
1 parent 999ee1c commit eb0a62d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"framer-motion": "^11.9.0",
"js-cookie": "^3.0.5",
"next": "^14.2.5",
"react": "^18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import image from '../../public/images/copilottacos.jpeg'
import MainHead from '../../src/app/components/LandingHeader'
import Footer from './components/Footer';



const HomePage: React.FC = () => {
const router = useRouter();

Expand Down

0 comments on commit eb0a62d

Please sign in to comment.