Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 84a451b

Browse files
refactor(sharedModule): removed duplicate import of sidemodule
1 parent 7ca13bd commit 84a451b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/shared.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { CommonModule } from "@angular/common";
33
import { FlexLayoutModule } from "@angular/flex-layout";
44
import {
55
MatToolbarModule,
6-
MatSidenavModule,
76
MatIconModule,
87
MatButtonModule,
98
MatListModule,
@@ -19,7 +18,6 @@ import {
1918
imports: [
2019
CommonModule,
2120
MatToolbarModule,
22-
MatSidenavModule,
2321
MatIconModule,
2422
MatButtonModule,
2523
MatListModule,
@@ -35,7 +33,6 @@ import {
3533
exports: [
3634
CommonModule,
3735
MatToolbarModule,
38-
MatSidenavModule,
3936
MatIconModule,
4037
MatButtonModule,
4138
MatListModule,

0 commit comments

Comments
 (0)