Skip to content

Commit

Permalink
Update import statements in frontend files
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 21, 2024
1 parent c4d09e8 commit a1858da
Show file tree
Hide file tree
Showing 56 changed files with 482 additions and 479 deletions.
3 changes: 2 additions & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"no-unused-vars": "warn",
"prettier/prettier": ["error", {
"endOfLine": "auto",
"semi": true
"semi": true,
"singleQuote": true
}],
"react/jsx-props-no-spreading": "off",
"react/no-array-index-key": "off",
Expand Down
2 changes: 1 addition & 1 deletion frontend/abi/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./multicall3Abi";
export * from './multicall3Abi';
Loading

0 comments on commit a1858da

Please sign in to comment.