parent
2bc0a72ba6
commit
ea12120c5d
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||||
|
import React from 'react'; |
||||||
|
import { Link } from 'react-router-dom'; |
||||||
|
|
||||||
|
const AdminPanel = () => { |
||||||
|
return( |
||||||
|
<div className='flex justify-center items-center w-full h-screen'> |
||||||
|
<Link to="add-product"> |
||||||
|
ورود به صفحه افزودن محصول |
||||||
|
</Link> |
||||||
|
</div> |
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default AdminPanel; |
Loading…
Reference in new issue