Skip to content

Commit

Permalink
Finish writing the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnfy-view committed Apr 4, 2024
1 parent 4c17fc1 commit 231b5dc
Show file tree
Hide file tree
Showing 13 changed files with 4,844 additions and 6,306 deletions.
2 changes: 1 addition & 1 deletion client/.prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"singleQuote": false,
"tabWidth": 4,
"printWidth": 100,
"importOrder": ["^components/(.*)$", "^[./]"],
"importOrder": ["^components/(.*)$", "^pages/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@emotion/styled": "^11.11.0",
"@usedapp/core": "^1.2.13",
"ethers": "^5.7.2",
"formik": "^2.4.5",
"framer-motion": "^11.0.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 231b5dc

Please sign in to comment.