Browse Source

web-ui: Move the TransactionFinder to the Home view

scalafmt-draft
Alexis Hernandez 7 years ago
parent
commit
116bd57bc5
  1. 1
      web-ui/src/app/app.component.html
  2. 4
      web-ui/src/app/components/home/home.component.html

1
web-ui/src/app/app.component.html

@ -1,6 +1,5 @@
<app-navbar></app-navbar>
<app-transaction-finder></app-transaction-finder>
<router-outlet></router-outlet>
<spinner></spinner>
<hr><hr>

4
web-ui/src/app/components/home/home.component.html

@ -1 +1,3 @@
<div>
<app-transaction-finder></app-transaction-finder>
</div>

Loading…
Cancel
Save