refactor: rename EditEventPage function to Page
Some checks failed
container-scan / Container Scan (pull_request) Failing after 1m29s
docker-build / docker (pull_request) Failing after 6m51s

This commit is contained in:
micha 2025-06-20 01:39:03 +02:00
parent d443bc0593
commit 7c0e53458f

View file

@ -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 };