Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
refactor: fix bug and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethrolopwus committed Nov 27, 2024
1 parent bdacd5f commit dca5d92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
27 changes: 0 additions & 27 deletions frontend/package-lock.json

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

2 changes: 0 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
"react-blockies": "^1.4.1",
"react-datepicker": "^7.5.0",
"react-dom": "^18",

"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"starknet": "^5.29.0"

},
"devDependencies": {
"@types/node": "^20",
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
'use client';


import HeroSection from './components/HeroSection';
import ContentSection from './components/ContentSection';
import Dashboard from './dashboard/page';


export default function Home() {
return (
<main className="">
Expand Down

0 comments on commit dca5d92

Please sign in to comment.