Skip to content

Commit 41543ca

Browse files
committed
feat: 발표 룸 개념 추가
1 parent 7440f29 commit 41543ca

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
@@ -10,6 +10,7 @@ import {
1010
FilePresent,
1111
Handshake,
1212
ManageAccounts,
13+
MeetingRoom,
1314
NoteAlt,
1415
StickyNote2,
1516
Tag,
@@ -139,6 +140,14 @@ export const RouteDefinitions: RouteDef[] = [
139140
app: "event",
140141
resource: "presentationcategory",
141142
},
143+
{
144+
type: "autoAdminRouteDefinition",
145+
key: "event-presentationroom",
146+
icon: MeetingRoom,
147+
title: "발표 장소",
148+
app: "event",
149+
resource: "room",
150+
},
142151
{
143152
type: "autoAdminRouteDefinition",
144153
key: "event-presentation",

0 commit comments

Comments
 (0)