diff --git a/src/components/library/LibraryOptions.tsx b/src/components/library/LibraryOptions.tsx index 7bc1b00f..8d58bee2 100644 --- a/src/components/library/LibraryOptions.tsx +++ b/src/components/library/LibraryOptions.tsx @@ -11,16 +11,17 @@ import FilterListIcon from '@mui/icons-material/FilterList'; import { Drawer, FormControlLabel, IconButton } from '@mui/material'; import useLibraryOptions from 'util/useLibraryOptions'; import ThreeStateCheckbox from 'components/util/ThreeStateCheckbox'; +import { Box } from '@mui/system'; function Options() { const { downloaded, setDownloaded, unread, setUnread, } = useLibraryOptions(); return ( -