Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 22, 2023
1 parent c5d7da3 commit 3c477ec
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 321 deletions.
4 changes: 0 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { useEthersProviderContext } from "./data/web3";
import { NetworkId, Widgets } from "./data/widgets";
import { useBosLoaderInitializer } from "./hooks/useBosLoaderInitializer";
import Flags from "./pages/Flags";
import SignInPage from "./pages/SignInPage";
import ViewPage from "./pages/ViewPage";

export const refreshAllowanceObj = {};
Expand Down Expand Up @@ -164,9 +163,6 @@ function App() {
<Route path={"/flags"}>
<Flags {...passProps} />
</Route>
<Route path={"/signin"}>
<SignInPage {...passProps} />
</Route>
<Route path={"/:path*"}>
<BosLoaderBanner />
<ViewPage {...passProps} />
Expand Down
119 changes: 0 additions & 119 deletions src/components/Editor/FileTab.js

This file was deleted.

62 changes: 0 additions & 62 deletions src/components/Editor/OpenModal.js

This file was deleted.

49 changes: 0 additions & 49 deletions src/components/Editor/RenameModal.js

This file was deleted.

87 changes: 0 additions & 87 deletions src/pages/SignInPage.js

This file was deleted.

0 comments on commit 3c477ec

Please sign in to comment.