mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
adding react components without logic
This commit is contained in:
18
components/EventPage.tsx
Normal file
18
components/EventPage.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import React from 'react';
|
||||
|
||||
const EventPage = () => {
|
||||
return (
|
||||
// <>Header</>
|
||||
// <EventDescription>
|
||||
// <Footer>
|
||||
<div
|
||||
className="relative bg-black-100 flex
|
||||
justify-center items-center, flex-col overflow-hidden
|
||||
mx-auto sm:px-10 px-5"
|
||||
>
|
||||
<div className="max-w-7xl w-full"></div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default EventPage;
|
||||
Reference in New Issue
Block a user