feat: Introduce Mantine's ScrollArea

This commit is contained in:
blessedcoolant
2023-06-13 01:31:15 +12:00
committed by psychedelicious
parent d282810e53
commit 33912382e3
8 changed files with 59 additions and 47 deletions

View File

@ -1,5 +1,4 @@
import {
Box,
Menu,
MenuButton,
MenuItemOption,
@ -13,7 +12,6 @@ import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
import IAIButton from 'common/components/IAIButton';
import { setSchedulers } from 'features/ui/store/uiSlice';
import { isArray } from 'lodash-es';
import { OverlayScrollbarsComponent } from 'overlayscrollbars-react';
import { useTranslation } from 'react-i18next';
export default function SettingsSchedulers() {