Skip to content

Commit 5624ab3

Browse files
authored
fix: remove usage of unused install route (#164)
1 parent a97c335 commit 5624ab3

16 files changed

+2
-139
lines changed

src/app/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ ng_project(
3131
"//src/app/docs/implementations",
3232
"//src/app/docs/runtime",
3333
"//src/app/home",
34-
"//src/app/install",
35-
"//src/app/integrations/unity/install",
3634
"//src/app/introduction",
3735
"//src/app/not-found",
3836
"//src/app/reference",

src/app/app-routing.module.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ const routes: Routes = [
2222
loadChildren: () =>
2323
import('./start/start-routing.module').then(m => m.StartRoutingModule),
2424
},
25-
{
26-
path: 'install',
27-
pathMatch: 'prefix',
28-
loadChildren: () =>
29-
import('./install/install-routing.module').then(
30-
m => m.InstallRoutingModule,
31-
),
32-
},
3325
{
3426
path: 'introduction',
3527
pathMatch: 'prefix',
@@ -38,13 +30,6 @@ const routes: Routes = [
3830
m => m.IntroductionRoutingModule,
3931
),
4032
},
41-
{
42-
path: 'integrations/unity/install',
43-
loadChildren: () =>
44-
import('./integrations/unity/install/install-routing.module').then(
45-
m => m.UnityInstallPageRoutingModule,
46-
),
47-
},
4833
{
4934
path: 'reference',
5035
loadChildren: () =>

src/app/install/BUILD.bazel

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

src/app/install/install-routing.module.ts

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

src/app/install/install.component.html

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

src/app/install/install.component.scss

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

src/app/install/install.component.ts

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

src/app/integrations/BUILD.bazel

Whitespace-only changes.

src/app/integrations/unity/BUILD.bazel

Whitespace-only changes.

src/app/integrations/unity/install/BUILD.bazel

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

0 commit comments

Comments
 (0)