feat(web): introduce folders to organize flows

This commit is contained in:
Ali BARIN
2025-02-04 15:24:07 +00:00
parent e496e20c17
commit 8e7d06b5dc
18 changed files with 842 additions and 80 deletions

View File

@@ -0,0 +1,6 @@
import { styled } from '@mui/material/styles';
import MuiListItemIcon from '@mui/material/ListItemIcon';
export const ListItemIcon = styled(MuiListItemIcon)(({ theme }) => ({
minWidth: theme.spacing(4),
}));