init project
This commit is contained in:
19
src/core/data/headerProfileItems.jsx
Normal file
19
src/core/data/headerProfileItems.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import BorderColorIcon from "@mui/icons-material/BorderColor";
|
||||
import PasswordIcon from "@mui/icons-material/Password";
|
||||
|
||||
const headerProfileItems = [
|
||||
{
|
||||
key: 0,
|
||||
name: "header.edit_profile",
|
||||
route: "/dashboard/edit-profile",
|
||||
icon: <BorderColorIcon />,
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: "header.change_password",
|
||||
route: "/dashboard/change-password",
|
||||
icon: <PasswordIcon />,
|
||||
},
|
||||
];
|
||||
|
||||
export default headerProfileItems;
|
||||
Reference in New Issue
Block a user