From 642220c4bbab66e8cbc4278f233452b27417e261 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:59:35 +0200 Subject: [PATCH] Add TODOs --- apps/client/src/app/app-routing.module.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/client/src/app/app-routing.module.ts b/apps/client/src/app/app-routing.module.ts index bbe0bdf70..135b51b1a 100644 --- a/apps/client/src/app/app-routing.module.ts +++ b/apps/client/src/app/app-routing.module.ts @@ -1,10 +1,10 @@ import { NgModule } from '@angular/core'; import { RouterModule, Routes, TitleStrategy } from '@angular/router'; -import { routes as aboutRoutes } from '@ghostfolio/client/pages/about/routes'; -import { routes as marketsRoutes } from '@ghostfolio/client/pages/markets/routes'; -import { routes as pricingRoutes } from '@ghostfolio/client/pages/pricing/routes'; -import { routes as registerRoutes } from '@ghostfolio/client/pages/register/routes'; -import { routes as resourcesRoutes } from '@ghostfolio/client/pages/resources/routes'; +import { routes as aboutRoutes } from '@ghostfolio/client/pages/about/routes'; // TODO +import { routes as marketsRoutes } from '@ghostfolio/client/pages/markets/routes'; // TODO +import { routes as pricingRoutes } from '@ghostfolio/client/pages/pricing/routes'; // TODO +import { routes as registerRoutes } from '@ghostfolio/client/pages/register/routes'; // TODO +import { routes as resourcesRoutes } from '@ghostfolio/client/pages/resources/routes'; // TODO import { PageTitleStrategy } from '@ghostfolio/client/services/page-title.strategy'; import { ModulePreloadService } from './core/module-preload.service';