Skip to content

Commit

Permalink
feat(assetModules): add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Jan 31, 2025
1 parent c20cd1f commit cc9d7b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/src/shared/AssetModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ import {
CheckBox as CheckBoxIcon,
CheckBoxOutlineBlank as CheckBoxOutlineBlankIcon,
UnfoldMore as UnfoldMoreIcon,
ManageAccountsOutlined as ManageAccountsOutlinedIcon,
} from '@mui/icons-material';
import LockPng from '@/assets/images/lock.png';
import RedLockPng from '@/assets/images/red-lock.png';
Expand Down Expand Up @@ -200,4 +201,5 @@ export default {
CheckBoxIcon,
CheckBoxOutlineBlankIcon,
UnfoldMoreIcon,
ManageAccountsOutlinedIcon,
};

0 comments on commit cc9d7b8

Please sign in to comment.