copied station to event

This commit is contained in:
PxlLoewe
2025-02-16 23:17:05 +01:00
parent ac492b934f
commit b8357d1d06
6 changed files with 326 additions and 0 deletions

View File

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