furina.id/src/pages/home/page.tsx

6 lines
84 B
TypeScript
Raw Normal View History

2024-01-05 23:28:25 +07:00
const HomePage = () => {
return <div>HomePage</div>;
};
export default HomePage;