mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
import Home from './Home';
|
|
|
|
export default function Page() {
|
|
return <Home />;
|
|
}
|