added route to create account

pull/1/head
Chris Veilleux 2019-02-11 13:40:31 -06:00
parent c2460cb9e8
commit 786b5863e0
1 changed files with 2 additions and 0 deletions

View File

@ -1,12 +1,14 @@
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { CreateAccountComponent } from './create-account/create-account.component';
import { DeviceComponent } from './device/device.component';
import { PageNotFoundComponent } from 'page-not-found';
import { ProfileComponent } from './profile/profile.component';
// import { SkillComponent } from './skill/skill.component';
const routes: Routes = [
{ path: 'create-account', component: CreateAccountComponent },
{ path: 'device', component: DeviceComponent },
{ path: 'profile', component: ProfileComponent },
// { path: 'skill', component: ProfileComponent },