File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
workspaces/announcements/plugins/announcements/src Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff 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-
4028export 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- // });
You can’t perform that action at this time.
0 commit comments