Files
bestpc/src/pages/Home/index.tsx

9 lines
207 B
TypeScript
Raw Normal View History

2025-04-29 11:36:07 +07:00
export function Home() {
2025-05-05 17:28:22 +07:00
return (
<div class="home">
<a href="https://preactjs.com" target="_blank"></a>
2025-05-07 16:03:56 +07:00
<h1>Get Started building Vite-powered Preact Apps chào xìn</h1>
2025-05-05 17:28:22 +07:00
</div>
);
2025-04-29 11:36:07 +07:00
}