URLのディレクトリが空の時にダッシュボードに遷移するルートを追加
@@ -14,6 +14,10 @@ export const routes: Routes = [
path: '',
component: Dashboard,
},
+ {
+ path: 'dashboard',
+ component: Dashboard,
+ },
{
path: 'danka-list',
component: DankaList,