mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-19 07:56:03 +01:00
8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
|
|
export default function Home() {
|
||
|
|
return (
|
||
|
|
<div>
|
||
|
|
<h1>Hello</h1>
|
||
|
|
</div>
|
||
|
|
)
|
||
|
|
}
|