feat: Port Schedulers to Mantine

This commit is contained in:
blessedcoolant
2023-06-18 19:31:53 +12:00
committed by psychedelicious
parent 0c3616229e
commit 6bdf68dd4c
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import type { PayloadAction } from '@reduxjs/toolkit';
import { createSlice } from '@reduxjs/toolkit';
import { Scheduler } from 'app/constants';
import { ModelLoaderTypes } from 'features/system/components/ModelSelect';
import { configChanged } from 'features/system/store/configSlice';
import { clamp, sortBy } from 'lodash-es';