mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
add host
This commit is contained in:
14
app/host/page.tsx
Normal file
14
app/host/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
'use client';
|
||||
|
||||
import EventForm from '@/components/custom/EventForm';
|
||||
import React from 'react';
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<>
|
||||
<EventForm onSubmit={() => {}} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user