Skip to content

Commit

Permalink
Refactor and re-organizing UI code (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Nov 10, 2021
1 parent 42336de commit 85df245
Show file tree
Hide file tree
Showing 117 changed files with 2,329 additions and 2,014 deletions.
9 changes: 4 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import {
ToasterProvider,
} from "@chainsafe/common-components";

import ChainbridgeRoutes from "./Components/Routes";
import { lightTheme } from "./Themes/LightTheme";
import { ChainbridgeProvider } from "./Contexts/ChainbridgeContext";
import AppWrapper from "./Layouts/AppWrapper";
import { NetworkManagerProvider } from "./Contexts/NetworkManagerContext";
import { ChainbridgeRoutes } from "./routes";
import { lightTheme } from "./themes/LightTheme";
import { ChainbridgeProvider, NetworkManagerProvider } from "./contexts";
import { AppWrapper } from "./layouts";
import { chainbridgeConfig } from "./chainbridgeConfig";
import { Web3Provider } from "@chainsafe/web3-context";
import { utils } from "ethers";
Expand Down
1 change: 0 additions & 1 deletion src/Components/Custom/index.ts

This file was deleted.

Loading

0 comments on commit 85df245

Please sign in to comment.