base structure

This commit is contained in:
hamid zarghami
2025-11-12 11:45:13 +03:30
parent d9560b7d32
commit d36b8e40f0
26 changed files with 1083 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
const Home = () => {
return (
<div>Home</div>
)
}
export default Home