Add NewEventPanel to events list page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -577,3 +577,7 @@ export function NewGroupPanel() {
|
||||
export function GroupMediaPanel() {
|
||||
return import(/* webpackChunkName: "features/groups" */'../components/group-media-panel');
|
||||
}
|
||||
|
||||
export function NewEventPanel() {
|
||||
return import(/* webpackChunkName: "features/events" */'../components/panels/new-event-panel');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user