Commit c33f0456 authored by Paul Herbert's avatar Paul Herbert

Removed ng2-datepicker from project as it's not used.

parent 5c3a37ab
......@@ -4,7 +4,6 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { ClipboardModule } from 'ngx-clipboard';
import { HttpClientModule } from '@angular/common/http';
import { NgDatepickerModule } from 'ng2-datepicker';
import { WalletComponent } from './wallet.component';
import { MenuComponent } from './menu/menu.component';
......@@ -29,8 +28,7 @@ import { FeedbackComponent } from './advanced/feedback/feedback.component';
SharedModule.forRoot(),
NgbModule,
ReactiveFormsModule,
WalletRoutingModule,
NgDatepickerModule
WalletRoutingModule
],
declarations: [
WalletComponent,
......
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