Bookholder-WEB/app/test/page.tsx

7 lines
108 B
TypeScript
Raw Normal View History

2024-12-26 23:52:55 +00:00
export default function Home() {
return (
<div>
<h1>Test</h1>
</div>
)
}