refactor: rename EditEventPage function to Page
This commit is contained in:
parent
382bece410
commit
83b4b4476a
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 { Card, CardContent, CardHeader } from '@/components/ui/card';
|
||||||
import EventForm from '@/components/forms/event-form';
|
import EventForm from '@/components/forms/event-form';
|
||||||
|
|
||||||
export default async function EditEventPage({
|
export default async function Page({
|
||||||
params,
|
params,
|
||||||
}: {
|
}: {
|
||||||
params: { eventID: string };
|
params: { eventID: string };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue