Skip to content

Commit dfe8593

Browse files
committed
remove unused routes
Signed-off-by: Kurt King <[email protected]>
1 parent 50f1011 commit dfe8593

File tree

1 file changed

+0
-24
lines changed
  • workspaces/announcements/plugins/announcements/src

1 file changed

+0
-24
lines changed

workspaces/announcements/plugins/announcements/src/routes.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,8 @@ export const announcementAdminRouteRef = createSubRouteRef({
2525
parent: rootRouteRef,
2626
});
2727

28-
// export const announcementCreateRouteRef = createSubRouteRef({
29-
// id: 'announcements/create',
30-
// path: '/create',
31-
// parent: rootRouteRef,
32-
// });
33-
34-
// export const announcementEditRouteRef = createSubRouteRef({
35-
// id: 'announcements/edit',
36-
// path: '/edit/:id',
37-
// parent: rootRouteRef,
38-
// });
39-
4028
export const announcementViewRouteRef = createSubRouteRef({
4129
id: 'announcements/view',
4230
path: '/view/:id',
4331
parent: rootRouteRef,
4432
});
45-
46-
// export const categoriesListRouteRef = createSubRouteRef({
47-
// id: 'announcements/categories',
48-
// path: '/categories',
49-
// parent: rootRouteRef,
50-
// });
51-
52-
// export const tagsListRouteRef = createSubRouteRef({
53-
// id: 'announcements/tags',
54-
// path: '/tags',
55-
// parent: rootRouteRef,
56-
// });

0 commit comments

Comments
 (0)