Skip to content

Commit 53be514

Browse files
committed
prettier fix
Signed-off-by: Yi Cai <[email protected]>
1 parent cb76e0d commit 53be514

File tree

1 file changed

+3
-1
lines changed
  • packages/app/src/components/Root

1 file changed

+3
-1
lines changed

packages/app/src/components/Root/Root.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ import List from '@mui/material/List';
2828
import ListItem from '@mui/material/ListItem';
2929
import { makeStyles } from 'tss-react/mui';
3030

31-
import DynamicRootContext, { ResolvedMenuItem } from '../DynamicRoot/DynamicRootContext';
31+
import DynamicRootContext, {
32+
ResolvedMenuItem,
33+
} from '../DynamicRoot/DynamicRootContext';
3234
import { ApplicationHeaders } from './ApplicationHeaders';
3335
import { MenuIcon } from './MenuIcon';
3436
import { SidebarLogo } from './SidebarLogo';

0 commit comments

Comments
 (0)