Skip to content

Commit c7c4321

Browse files
committed
Remove snow module
1 parent 48b9ffe commit c7c4321

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

frontend/src/app/app.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
nzSize="large">
55
<router-outlet></router-outlet>
66
</nz-spin>
7-
</div>
8-
<j-snow></j-snow>
7+
</div>

frontend/src/app/app.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { AppComponent } from './app.component';
1212
import { NzIconModule } from 'ng-zorro-antd/icon';
1313
import { NzSpinModule } from 'ng-zorro-antd/spin';
1414
import { QuillModule } from 'ngx-quill';
15-
import { SnowModule } from './core/snow/snow.module';
1615
import * as Sentry from "@sentry/angular";
1716
import { 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
{

0 commit comments

Comments
 (0)