source:
CookCraft-FrontEnd/CookCraft-FrontEnd-master/cookcraft-app/src/components/AdminView.jsx
Last change on this file was d7b7f00, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 140 bytes |
Rev | Line | |
---|---|---|
[d7b7f00] | 1 | import AdminPanel from "./AdminViewComponents/AdminPanel"; |
2 | ||
3 | const AdminView = () => { | |
4 | ||
5 | return <AdminPanel/> | |
6 | } | |
7 | ||
8 | export default AdminView; |
Note:
See TracBrowser
for help on using the repository browser.