|
|
|
@ -3,7 +3,7 @@ import { GfHomeMarketComponent } from '@ghostfolio/client/components/home-market |
|
|
|
import { GfHomeOverviewComponent } from '@ghostfolio/client/components/home-overview/home-overview.component'; |
|
|
|
import { GfHomeSummaryComponent } from '@ghostfolio/client/components/home-summary/home-summary.component'; |
|
|
|
import { GfHomeWatchlistComponent } from '@ghostfolio/client/components/home-watchlist/home-watchlist.component'; |
|
|
|
import { MarketsComponent } from '@ghostfolio/client/components/markets/markets.component'; |
|
|
|
import { GfMarketsComponent } from '@ghostfolio/client/components/markets/markets.component'; |
|
|
|
import { AuthGuard } from '@ghostfolio/client/core/auth.guard'; |
|
|
|
import { internalRoutes } from '@ghostfolio/common/routes/routes'; |
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ export const routes: Routes = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: internalRoutes.home.subRoutes.marketsPremium.path, |
|
|
|
component: MarketsComponent, |
|
|
|
component: GfMarketsComponent, |
|
|
|
title: internalRoutes.home.subRoutes.marketsPremium.title |
|
|
|
}, |
|
|
|
{ |
|
|
|
|