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

10 lines
109 B
TypeScript
Raw Normal View History

2023-11-03 12:06:55 +03:00
function Home() {
return (
<div>
<h2>Home</h2>
</div>
);
}
export default Home;