Skip to content

Commit

Permalink
feat(core): remove unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zarghamkhandev committed Mar 27, 2023
1 parent 0558675 commit 90ff05f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {CommonModule} from '@angular/common';
import {NgModule} from '@angular/core';
import {RouterModule} from '@angular/router';
import {TuiAddonDocModule, tuiGenerateRoutes} from '@taiga-ui/addon-doc';
import {TuiButtonModule, TuiNotificationModule} from '@taiga-ui/core';

import {ExampleTuiBreakpointComponent} from './breakpoint.component';
import {TuiBreakpointExample} from './examples/1/component';
Expand All @@ -11,8 +10,6 @@ import {TuiBreakpointExample} from './examples/1/component';
imports: [
CommonModule,
TuiAddonDocModule,
TuiButtonModule,
TuiNotificationModule,
RouterModule.forChild(tuiGenerateRoutes(ExampleTuiBreakpointComponent)),
],
declarations: [ExampleTuiBreakpointComponent, TuiBreakpointExample],
Expand Down

0 comments on commit 90ff05f

Please sign in to comment.