|
@@ -7,7 +7,8 @@ import { MyApp } from './app.component';
|
7
|
7
|
import { HomePage } from '../pages/home/home';
|
8
|
8
|
import { ListPage } from '../pages/list/list';
|
9
|
9
|
import { NewProfilePage } from '../pages/registerUser/registerUser';
|
10
|
|
-import {TeacherRegistrationPage } from '../pages/registerTeacher/registerTeacher'
|
|
10
|
+import { TeacherRegistrationPage } from '../pages/registerTeacher/registerTeacher';
|
|
11
|
+import { SearchPage } from '../pages/search/search';
|
11
|
12
|
|
12
|
13
|
|
13
|
14
|
import { StatusBar } from '@ionic-native/status-bar';
|
|
@@ -20,7 +21,8 @@ import { ConnectionProvider } from '../providers/connection/connection';
|
20
|
21
|
HomePage,
|
21
|
22
|
ListPage,
|
22
|
23
|
NewProfilePage,
|
23
|
|
- TeacherRegistrationPage
|
|
24
|
+ TeacherRegistrationPage,
|
|
25
|
+ SearchPage,
|
24
|
26
|
],
|
25
|
27
|
imports: [
|
26
|
28
|
BrowserModule,
|
|
@@ -33,7 +35,8 @@ import { ConnectionProvider } from '../providers/connection/connection';
|
33
|
35
|
HomePage,
|
34
|
36
|
ListPage,
|
35
|
37
|
NewProfilePage,
|
36
|
|
- TeacherRegistrationPage
|
|
38
|
+ TeacherRegistrationPage,
|
|
39
|
+ SearchPage,
|
37
|
40
|
],
|
38
|
41
|
providers: [
|
39
|
42
|
StatusBar,
|