Skip to content

Commit 436f8d5

Browse files
committed
feat: 발표 카테고리 어드민 추가
1 parent 12b0da1 commit 436f8d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/pyconkr-admin/src/routes.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
AccountTree,
44
Apartment,
55
Article,
6+
Category,
67
ClearAll,
78
Event,
89
FilePresent,
@@ -114,6 +115,14 @@ export const RouteDefinitions: RouteDef[] = [
114115
app: "event",
115116
resource: "presentationtype",
116117
},
118+
{
119+
type: "routeDefinition",
120+
key: "event-presentationcategory",
121+
icon: Category,
122+
title: "발표 카테고리",
123+
app: "event",
124+
resource: "presentationcategory",
125+
},
117126
{
118127
type: "routeDefinition",
119128
key: "event-presentation",

0 commit comments

Comments
 (0)