Skip to content

Commit

Permalink
bridge_ui: migration view
Browse files Browse the repository at this point in the history
Change-Id: I1c9f564dbdb77ae71e63934b55f395f7410869f6
  • Loading branch information
chase-45 committed Sep 14, 2021
1 parent 0dc9f28 commit c8aee80
Show file tree
Hide file tree
Showing 8 changed files with 536 additions and 10 deletions.
4 changes: 4 additions & 0 deletions bridge_ui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Attest from "./components/Attest";
import Home from "./components/Home";
import NFT from "./components/NFT";
import Transfer from "./components/Transfer";
import Migration from "./components/Migration";
import wormholeLogo from "./icons/wormhole.svg";
import { ENABLE_NFT } from "./utils/consts";

Expand Down Expand Up @@ -160,6 +161,9 @@ function App() {
<Route exact path="/register">
<Attest />
</Route>
<Route exact path="/migrate/:legacyAsset">
<Migration />
</Route>
<Route exact path="/">
<Home />
</Route>
Expand Down
Loading

0 comments on commit c8aee80

Please sign in to comment.