theming and structure
This commit is contained in:
9
app/(auth)/events/[eventId]/page.tsx
Normal file
9
app/(auth)/events/[eventId]/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function SingleEventPage() {
|
||||
return (
|
||||
<div>
|
||||
SINGLE EVENT PAGE
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user