Files
WrenchBoardIonic2023/src/app/pages/forgot/forgot.module.ts
T
CHIEFSOFT\ameye cea49e295a first commit
2023-05-12 22:30:08 -04:00

21 lines
473 B
TypeScript

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { ForgotPageRoutingModule } from './forgot-routing.module';
import { ForgotPage } from './forgot.page';
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
ForgotPageRoutingModule
],
declarations: [ForgotPage]
})
export class ForgotPageModule { }