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:
7
components/custom/BuyTicket.tsx
Normal file
7
components/custom/BuyTicket.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const BuyTicket = () => {
|
||||
return <div>BuyTicket</div>;
|
||||
};
|
||||
|
||||
export default BuyTicket;
|
||||
Reference in New Issue
Block a user