Spaces:
Running
Running
Update flare-ui/src/app/app.routes.ts
Browse files
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',
|