Files
Stirling-PDF/client-tauri/src/pages/Home.tsx

10 lines
117 B
TypeScript
Raw Normal View History

2023-11-03 12:06:55 +03:00
function Home() {
return (
2024-01-04 20:17:54 -05:00
<div>
<h2>Home</h2>
</div>
2023-11-03 12:06:55 +03:00
);
}
export default Home;