|
@@ -36,6 +36,7 @@ import ManageAccountsIcon from "@mui/icons-material/ManageAccounts"; |
|
|
import EmojiEventsIcon from "@mui/icons-material/EmojiEvents"; |
|
|
import EmojiEventsIcon from "@mui/icons-material/EmojiEvents"; |
|
|
import FileUploadIcon from '@mui/icons-material/FileUpload'; |
|
|
import FileUploadIcon from '@mui/icons-material/FileUpload'; |
|
|
import EmailIcon from "@mui/icons-material/Email"; |
|
|
import EmailIcon from "@mui/icons-material/Email"; |
|
|
|
|
|
import TerminalIcon from '@mui/icons-material/Terminal'; |
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
|
IMPORT_INVOICE, |
|
|
IMPORT_INVOICE, |
|
@@ -109,6 +110,12 @@ const NavigationContent: React.FC<Props> = ({ abilities, username }) => { |
|
|
path: "/home", |
|
|
path: "/home", |
|
|
showOnMobile: true, |
|
|
showOnMobile: true, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
icon: <TerminalIcon />, |
|
|
|
|
|
label: "BSSP", |
|
|
|
|
|
path: "/bssp", |
|
|
|
|
|
showOnMobile: true, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
icon: <Dashboard />, |
|
|
icon: <Dashboard />, |
|
|
label: t("Dashboard"), |
|
|
label: t("Dashboard"), |
|
|