Skip to content

Commit 10a9806

Browse files
committed
chore(sidebar): minor cleanups
1 parent 9b256f1 commit 10a9806

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

projects/coreui-angular/src/lib/sidebar/sidebar.module.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { NgModule } from '@angular/core';
22
import { CommonModule } from '@angular/common';
33
import { RouterModule } from '@angular/router';
44

5-
import { IconModule } from '@coreui/icons-angular';
6-
75
import { SidebarComponent } from './sidebar/sidebar.component';
86
import { SidebarService } from './sidebar.service';
97
import { SidebarBrandComponent } from './sidebar-brand/sidebar-brand.component';
@@ -33,9 +31,6 @@ import {
3331

3432

3533
@NgModule({
36-
declarations: [
37-
// SidebarNavGroupToggleDirective,
38-
],
3934
imports: [
4035
CommonModule,
4136
RouterModule,
@@ -56,8 +51,7 @@ import {
5651
SidebarNavLinkPipe,
5752
SidebarNavTitleComponent,
5853
SidebarToggleDirective,
59-
SidebarTogglerComponent,
60-
IconModule
54+
SidebarTogglerComponent
6155
],
6256
exports: [
6357
SidebarComponent,

0 commit comments

Comments
 (0)