fix sharedMoudule error

This commit is contained in:
tiago.kayaya
2021-06-02 10:26:32 +01:00
parent 54aa4e96af
commit 7e3ccc9e01
49 changed files with 120 additions and 50 deletions
@@ -8,6 +8,7 @@ import { ExpedientesPrPageRoutingModule } from './expedientes-pr-routing.module'
import { ExpedientesPrPage } from './expedientes-pr.page';
import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module';
@NgModule({
imports: [
@@ -15,7 +16,7 @@ import { SharedModule } from 'src/app/shared/shared.module';
FormsModule,
IonicModule,
ExpedientesPrPageRoutingModule,
SharedModule
ComponentsModule
],
declarations: [ExpedientesPrPage]
})