This commit is contained in:
sdarbinyan
2026-05-07 00:31:14 +04:00
parent 742b2665e9
commit cdb9760033
7 changed files with 3 additions and 716 deletions

View File

@@ -12,11 +12,6 @@ export const routes: Routes = [
: import('./pages/fastcheck-page/fastcheck-page').then((m) => m.FastcheckPage);
}
},
{
path: 'new',
loadComponent: () =>
import('./pages/create-page/create-page').then((m) => m.CreatePage)
},
{
path: 'about',
loadComponent: () =>