change layout and router panel & design page dashboard and user account

This commit is contained in:
Ehsan
2024-09-10 21:38:07 +03:30
parent dffdab7139
commit 62b355e52f
44 changed files with 370 additions and 97 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import Icons from "./Icons"
import Search from "./Search"
function index() {
function Header() {
return (
<div
className='
@@ -15,4 +15,4 @@ function index() {
)
}
export default index
export default Header