diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 3f5cfc5..56f0fb4 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -10,6 +10,11 @@ const routes: Routes = [
loadChildren: (): any => import('./auth/auth.module').then((m: any) => m.AuthModule),
},
+ {
+ path: 'feedback',
+ loadChildren: (): any => import('./feedback/feedback.module').then((m: any) => m.FeedbackModule),
+ },
+
{
path: '',
redirectTo: 'auth/login',
diff --git a/src/app/auth/login/login.component.html b/src/app/auth/login/login.component.html
index 8dc5db5..761679d 100644
--- a/src/app/auth/login/login.component.html
+++ b/src/app/auth/login/login.component.html
@@ -8,7 +8,10 @@
-
+
NS
+PP
+