import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faHouse, faDisplay, faChartPie, faChartArea, faChartLine, faBell, faServer, faImage, faUser, } from "@fortawesome/free-solid-svg-icons"; export const userAllAuthPages = [ { name: "首頁", path: "/", icon: }, { name: "系統監控", path: "/monitor", icon: }, { name: "能源管理", path: "/energy", icon: }, { name: "歷史資料", path: "/history", icon: }, { name: "報表管理", path: "/form", icon: }, { name: "即時告警", path: "/alert", icon: }, { name: "運維管理", path: "/operation", icon: , }, { name: "圖資管理", path: "/graphManagement", icon: , }, { name: "帳號管理", path: "/accountManagement", icon: , }, ];