mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
Preliminary Structure
This commit is contained in:
10
app/TicketListings/page.tsx
Normal file
10
app/TicketListings/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Ticket } from 'lucide-react';
|
||||
import TicketListings from './TicketListings';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<TicketListings />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user