continue Event page

This commit is contained in:
PxlLoewe
2025-02-17 10:39:29 +01:00
parent 8928455c3a
commit 30af30bd1d
13 changed files with 242 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
import { StationForm } from '../_components/Form';
import { Form } from '../_components/Form';
export default () => {
return <StationForm />;
return <Form />;
};