Skip to content

Commit d23066c

Browse files
Update app.module.ts
1 parent ba52109 commit d23066c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ import { BrowserModule } from '@angular/platform-browser';
33

44
import { AppComponent } from './app.component';
55
import { DiagramModule } from '@syncfusion/ej2-angular-diagrams';
6-
import { ButtonModule } from '@syncfusion/ej2-angular-buttons';
76

87
@NgModule({
98
declarations: [
109
AppComponent
1110
],
1211
imports: [
1312
BrowserModule,
14-
DiagramModule,
15-
ButtonModule
13+
DiagramModule
1614
],
1715
providers: [],
1816
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)