findtheti.me/frontend/src/pages/NewEventPage.tsx

5 lines
78 B
TypeScript
Raw Normal View History

2024-01-08 20:09:26 +02:00
export default function NewEventPage() {
return (
<div />
);
}