Skip to content

Commit f641aa3

Browse files
committed
fix(messages): Add missing shared module
1 parent 88bcd2c commit f641aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/miscellaneous/chat/messages/messages.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { SharedModule } from '../../../../app/shared.module';
12
import { MessagesPage } from './messages';
23
import { NgModule } from '@angular/core';
34
import { IonicPageModule } from 'ionic-angular';
@@ -8,6 +9,7 @@ import { IonicPageModule } from 'ionic-angular';
89
],
910
imports: [
1011
IonicPageModule.forChild(MessagesPage),
12+
SharedModule,
1113
],
1214
exports: [
1315
MessagesPage

0 commit comments

Comments
 (0)