Skip to content

Commit

Permalink
fix: remove unused component + fix missing excluded files in .vscode/…
Browse files Browse the repository at this point in the history
…settings.json
  • Loading branch information
LilaRest committed Feb 18, 2024
1 parent 70fa5b5 commit a102b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@
"contracts/hardhat/cache": false,
"secrets.json": false,
".env": false,
"report.md": false
"report.md": false,
"postcss.config.cjs": false,
"hardhat.config.cts": false,
"bun.lockb": false,
".prettierrc.cjs": false,
"env.mjs": false,
"docs/": false,
"scripts/": false
},
// Required because of a bug with pnpm and prettier plugins.
// See: https://github.com/prettier-solidity/prettier-plugin-solidity#pnpm
Expand Down
28 changes: 0 additions & 28 deletions src/components/SmallScreenMessage.tsx

This file was deleted.

0 comments on commit a102b77

Please sign in to comment.