mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove components folder, as not being used.
This commit is contained in:
@@ -7,14 +7,12 @@ import { IonicModule } from '@ionic/angular';
|
||||
import { ChatPopoverPageRoutingModule } from './chat-popover-routing.module';
|
||||
|
||||
import { ChatPopoverPage } from './chat-popover.page';
|
||||
import { ComponentsModule } from 'src/app/components/components.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
ComponentsModule,
|
||||
ChatPopoverPageRoutingModule
|
||||
],
|
||||
exports: [ChatPopoverPage],
|
||||
|
||||
Reference in New Issue
Block a user