refactor: rename EditEventPage function to Page
This commit is contained in:
parent
d443bc0593
commit
7c0e53458f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { ThemePicker } from '@/components/misc/theme-picker';
|
|||
import { Card, CardContent, CardHeader } from '@/components/ui/card';
|
||||
import EventForm from '@/components/forms/event-form';
|
||||
|
||||
export default async function EditEventPage({
|
||||
export default async function Page({
|
||||
params,
|
||||
}: {
|
||||
params: { eventID: string };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue