File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 44 nzSize ="large ">
55 < router-outlet > </ router-outlet >
66 </ nz-spin >
7- </ div >
8- < j-snow > </ j-snow >
7+ </ div >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { AppComponent } from './app.component';
1212import { NzIconModule } from 'ng-zorro-antd/icon' ;
1313import { NzSpinModule } from 'ng-zorro-antd/spin' ;
1414import { QuillModule } from 'ngx-quill' ;
15- import { SnowModule } from './core/snow/snow.module' ;
1615import * as Sentry from "@sentry/angular" ;
1716import { Router } from '@angular/router' ;
1817
@@ -28,8 +27,7 @@ import { Router } from '@angular/router';
2827 NzIconModule . forRoot ( [ ] ) ,
2928 environment . production ? [ ] : AkitaNgDevtools ,
3029 AkitaNgRouterStoreModule ,
31- QuillModule . forRoot ( ) ,
32- SnowModule
30+ QuillModule . forRoot ( )
3331 ] ,
3432 providers : [
3533 {
You can’t perform that action at this time.
0 commit comments