updated login/signup form to shadcn
This commit is contained in:
8
components/events/EditEventDialog.tsx
Normal file
8
components/events/EditEventDialog.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client'
|
||||
import React from 'react'
|
||||
|
||||
export default function EditEventDialog() {
|
||||
return (
|
||||
<div>EditEventDialog</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user