basic structure folder and style

This commit is contained in:
Ehsan
2024-05-14 19:54:46 +03:30
parent 78ba0a6478
commit 4d71481738
333 changed files with 9853 additions and 149 deletions
+7
View File
@@ -0,0 +1,7 @@
function HomePage() {
return (
<div>HomePage</div>
)
}
export default HomePage