findtheti.me/frontend/src/pages/NewEventPage.tsx
2024-01-08 20:09:26 +02:00

5 lines
No EOL
78 B
TypeScript

export default function NewEventPage() {
return (
<div />
);
}