Browse Source

[fix]

ルートの余計な括弧を削除
poohr 3 weeks ago
parent
commit
626af3f5e6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/app/app.routes.ts

+ 0
- 1
src/app/app.routes.ts View File

@@ -36,7 +36,6 @@ export const routes: Routes = [
36 36
     path: 'danka/:dankaId/family/:familyId/edit',
37 37
     component: FamilyEdit,
38 38
   },
39
-  },
40 39
   {
41 40
     path: 'kakocho-edit/:dankaId',
42 41
     component: KakochoEdit,

Loading…
Cancel
Save