Skip to content

Commit 943c355

Browse files
committed
Removed unnecessary page
1 parent 8b0d9d7 commit 943c355

File tree

6 files changed

+0
-91
lines changed

6 files changed

+0
-91
lines changed

front-end/src/app/app-routing.module.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ const routes: Routes = [
1212
loadChildren: () => import('./pages/home/home.module').then(m => m.HomePageModule)
1313
},
1414
{path: 'vagas', loadChildren: () => import('./pages/vagas/vagas.module').then(m => m.VagasPageModule)},
15-
{
16-
path: 'github-auth',
17-
loadChildren: () => import('./github-auth/github-auth.module').then(m => m.GithubAuthPageModule)
18-
},
1915
{
2016
path: 'cadastro-vaga',
2117
loadChildren:

front-end/src/app/github-auth/github-auth.module.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

front-end/src/app/github-auth/github-auth.page.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

front-end/src/app/github-auth/github-auth.page.scss

Whitespace-only changes.

front-end/src/app/github-auth/github-auth.page.spec.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

front-end/src/app/github-auth/github-auth.page.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)