mirror of
https://github.com/LeRoid-hub/Bookholder-WEB.git
synced 2025-01-31 19:24:56 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
export default function Home() {
|
|
return (
|
|
<div>
|
|
<h1>Test</h1>
|
|
</div>
|
|
)
|
|
} |