Skip to content

Commit 36db23f

Browse files
docs: fix for #396
1 parent f1f95eb commit 36db23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/bulma-app/src/app/modal/modal.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { CommonModule } from '@angular/common';
22
import { HttpClient } from '@angular/common/http';
33
import { NgModule } from '@angular/core';
44
import { BulmaModalModule } from 'ngx-bulma';
5+
import { BulmaButtonModule } from 'ngx-bulma';
56
import { MarkdownModule } from 'ngx-markdown';
67
import { ModalRoutingModule } from './modal-routing.module';
78
import { ModalComponent } from './modal.component';
8-
import { BulmaButtonModule } from 'ngx-bulma';
99

1010
@NgModule({
1111
declarations: [ModalComponent],

0 commit comments

Comments
 (0)