structure + sidebar

This commit is contained in:
hamid zarghami
2025-04-28 10:15:35 +03:30
parent 2ef02e0b6b
commit 53212445c6
25 changed files with 1144 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
import { FC } from 'react'
const Home: FC = () => {
return (
<div>home page</div>
)
}
export default Home