Files
wedding-planner/app/(auth)/events/[eventId]/page.tsx
2025-06-23 16:38:52 -04:00

10 lines
151 B
TypeScript

import React from 'react'
export default function SingleEventPage() {
return (
<div>
SINGLE EVENT PAGE
</div>
)
}