busify
busify copied to clipboard
feat: Created the AdminPageLayout component
Overview
- This PR fixes #51
- This PR does the following:
- Created a AdminPageLayout component for admin pages
- Moved the AdminPageLayout, AdminSideBar, AdminDashboard, RecentOrderCard components into the AdminPanel directory
- Committed all the requested changes as in #67
Essential Checklist
- [x] The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
- [x] "Allow edits from maintainers" is checked. (See here for instructions on how to enable it.)
- [x] The PR is made from a branch that's not called "main/master".