File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import { NgModule } from '@angular/core';
2
2
import { CommonModule } from '@angular/common' ;
3
3
import { RouterModule } from '@angular/router' ;
4
4
5
- import { IconModule } from '@coreui/icons-angular' ;
6
-
7
5
import { SidebarComponent } from './sidebar/sidebar.component' ;
8
6
import { SidebarService } from './sidebar.service' ;
9
7
import { SidebarBrandComponent } from './sidebar-brand/sidebar-brand.component' ;
@@ -33,9 +31,6 @@ import {
33
31
34
32
35
33
@NgModule ( {
36
- declarations : [
37
- // SidebarNavGroupToggleDirective,
38
- ] ,
39
34
imports : [
40
35
CommonModule ,
41
36
RouterModule ,
@@ -56,8 +51,7 @@ import {
56
51
SidebarNavLinkPipe ,
57
52
SidebarNavTitleComponent ,
58
53
SidebarToggleDirective ,
59
- SidebarTogglerComponent ,
60
- IconModule
54
+ SidebarTogglerComponent
61
55
] ,
62
56
exports : [
63
57
SidebarComponent ,
You can’t perform that action at this time.
0 commit comments