wallet.component.html 153 Bytes
Newer Older
dev0tion's avatar
dev0tion committed
1
<div id="container">
dev0tion's avatar
dev0tion committed
2
  <div id="navigation">
dev0tion's avatar
dev0tion committed
3 4 5 6 7
    <app-menu></app-menu>
  </div>
  <div id="content">
    <router-outlet></router-outlet>
  </div>
dev0tion's avatar
dev0tion committed
8
</div>