Files
mehraein-front/app/home/Home.tsx
T
hamid zarghami 4b8031b9e5 fix: bug font
2026-07-13 16:27:24 +03:30

6 lines
85 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const Home = () => {
return <div>صفحه اصلی</div>;
};
export default Home;