mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
working
This commit is contained in:
committed by
Aiden McClelland
parent
fbcf4cacdb
commit
b761c3dabd
@@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common';
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { HomePage } from './home.page';
|
||||
import { PasswordPageModule } from '../password/password.module';
|
||||
|
||||
import { HomePageRoutingModule } from './home-routing.module';
|
||||
|
||||
@@ -12,7 +13,8 @@ import { HomePageRoutingModule } from './home-routing.module';
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
HomePageRoutingModule
|
||||
HomePageRoutingModule,
|
||||
PasswordPageModule,
|
||||
],
|
||||
declarations: [HomePage]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user