bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
30 stars 67 forks source link

feat: Created the AdminPageLayout component #72

Open Doraemon012 opened 11 months ago

Doraemon012 commented 11 months ago

Overview

  1. This PR fixes #51
  2. 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