aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/app-routing.module.ts')
-rw-r--r--ufund-ui/src/app/app-routing.module.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/ufund-ui/src/app/app-routing.module.ts b/ufund-ui/src/app/app-routing.module.ts
index 9e3c5ef..36e74d3 100644
--- a/ufund-ui/src/app/app-routing.module.ts
+++ b/ufund-ui/src/app/app-routing.module.ts
@@ -1,10 +1,10 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
-import {CupboardComponent} from './cupboard/cupboard.component';
-import {DashboardComponent} from './dashboard/dashboard.component';
-import {LoginComponent} from './login/login.component';
-import {HomePageComponent} from './home-page/home-page.component';
-import {FundingBasketComponent} from './funding-basket/funding-basket.component';
+import {CupboardComponent} from './components/cupboard/cupboard.component';
+import {DashboardComponent} from './components/dashboard/dashboard.component';
+import {LoginComponent} from './components/login/login.component';
+import {HomePageComponent} from './components/home-page/home-page.component';
+import {FundingBasketComponent} from './components/funding-basket/funding-basket.component';
const routes: Routes = [
{path: '', component: HomePageComponent},