From 956e1fcb44a2e49c5d4daa5f5c8d7bb92ae63649 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 31 Jan 2023 13:10:23 -0500 Subject: [PATCH] Update NavigationDrawer.tsx --- .../src/components/layout/mobile-drawer/NavigationDrawer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/docs/src/components/layout/mobile-drawer/NavigationDrawer.tsx b/packages/docs/src/components/layout/mobile-drawer/NavigationDrawer.tsx index 09c643c6..4282ce2b 100644 --- a/packages/docs/src/components/layout/mobile-drawer/NavigationDrawer.tsx +++ b/packages/docs/src/components/layout/mobile-drawer/NavigationDrawer.tsx @@ -1,4 +1,3 @@ -import Box from '@mui/material/Box'; import Divider from '@mui/material/Divider'; import List from '@mui/material/List'; import { styled, useTheme } from '@mui/material/styles';