ciyidogan commited on
Commit
f4c754b
·
verified ·
1 Parent(s): 821d1ca

Update flare-ui/src/app/app.routes.ts

Browse files
Files changed (1) hide show
  1. flare-ui/src/app/app.routes.ts +4 -0
flare-ui/src/app/app.routes.ts CHANGED
@@ -35,6 +35,10 @@ export const routes: Routes = [
35
  path: 'chat',
36
  loadComponent: () => import('./components/chat/chat.component').then(c => c.ChatComponent)
37
  },
 
 
 
 
38
  {
39
  path: '',
40
  redirectTo: 'projects',
 
35
  path: 'chat',
36
  loadComponent: () => import('./components/chat/chat.component').then(c => c.ChatComponent)
37
  },
38
+ {
39
+ path: 'spark',
40
+ loadComponent: () => import('./components/spark/spark.component').then(m => m.SparkComponent)
41
+ },
42
  {
43
  path: '',
44
  redirectTo: 'projects',