Implement dashboard skeleton

This commit is contained in:
Jas Singh
2024-07-03 16:56:59 -07:00
parent f0366f3186
commit ce54b7a6d8
12 changed files with 192 additions and 9 deletions

View File

@@ -7,6 +7,8 @@ import MediaMenu from "./media/index.js";
import NotificationsMenu from "./notifications/index.js";
import CalendarMenu from "./calendar/index.js";
import EnergyMenu from "./energy/index.js";
import DashboardMenu from "./dashboard/index.js";
export default [
PowerMenu(),
Verification(),
@@ -17,4 +19,5 @@ export default [
NotificationsMenu(),
CalendarMenu(),
EnergyMenu(),
DashboardMenu(),
];