9 lines
83 B
TypeScript
9 lines
83 B
TypeScript
|
|
export default function Home() {
|
|
return (
|
|
<div>
|
|
Home
|
|
</div>
|
|
)
|
|
}
|