Files
dashboard/frontend/src/pages/GeplanteMachrichtenNeu.tsx

6 lines
157 B
TypeScript

import GeplanteMachrichtenForm from './GeplanteMachrichtenForm';
export default function GeplanteMachrichtenNeu() {
return <GeplanteMachrichtenForm />;
}