Commit 132748b8 authored by dev0tion's avatar dev0tion

Add status bar and sidebar to wallet module

parent 1045b48d
...@@ -9,6 +9,8 @@ import { HistoryComponent } from './history/history.component'; ...@@ -9,6 +9,8 @@ import { HistoryComponent } from './history/history.component';
import {SharedModule} from '../shared/shared.module'; import {SharedModule} from '../shared/shared.module';
import { WalletRoutingModule } from './wallet-routing.module'; import { WalletRoutingModule } from './wallet-routing.module';
import { SidebarComponent } from './sidebar/sidebar.component';
import { StatusBarComponent } from './status-bar/status-bar.component';
@NgModule({ @NgModule({
imports: [ imports: [
...@@ -22,7 +24,9 @@ import { WalletRoutingModule } from './wallet-routing.module'; ...@@ -22,7 +24,9 @@ import { WalletRoutingModule } from './wallet-routing.module';
WalletComponent, WalletComponent,
MenuComponent, MenuComponent,
DashboardComponent, DashboardComponent,
HistoryComponent HistoryComponent,
SidebarComponent,
StatusBarComponent
], ],
exports: [] exports: []
}) })
......
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