diff --git a/src/bootstrap/app.js b/src/bootstrap/app.js index 282122a..8972693 100644 --- a/src/bootstrap/app.js +++ b/src/bootstrap/app.js @@ -15,8 +15,6 @@ import { ChainIdProvider } from "../hooks/use-chain-id"; import { ArchonInitializer } from "./archon"; import ChainChangeWatcher from "./chain-change-watcher"; import drizzle, { DrizzleProvider, Initializer, useDrizzle } from "./drizzle"; -import ErrorBoundary from "../components/error-boundary"; -import SwitchChainFallback from "../components/error-fallback/switch-chain"; export default function App() { const [isMenuClosed, setIsMenuClosed] = useState(true); @@ -28,81 +26,75 @@ export default function App() { - } - loadingContractsAndAccounts={} - loadingWeb3={} - > + } loadingWeb3={}> - - - + + + + setIsMenuClosed((previousState) => !previousState)} + > + {MenuItems} + - setIsMenuClosed((previousState) => !previousState)} - > - {MenuItems} - - - - - - - - - - - - {MenuItems} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -