Commit eb18ec2d authored by Chi Kei Chan's avatar Chi Kei Chan

wip

parent dee4b7b8
...@@ -26,6 +26,7 @@ class App extends Component { ...@@ -26,6 +26,7 @@ class App extends Component {
<Route exact path="/swap" component={Swap} /> <Route exact path="/swap" component={Swap} />
<Route exact path="/send" component={Send} /> <Route exact path="/send" component={Send} />
<Route exact path="/pool" component={Pool} /> <Route exact path="/pool" component={Pool} />
<Route component={Swap} />
</AnimatedSwitch> </AnimatedSwitch>
</BrowserRouter> </BrowserRouter>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment