6 lines
58 B
TypeScript
6 lines
58 B
TypeScript
function Home() {
|
|
return <></>;
|
|
}
|
|
|
|
export default Home;
|