remove unused imports

This commit is contained in:
vchikalkin 2023-02-07 15:08:38 +03:00
parent f264e2366a
commit 4366b6c783

View File

@ -5,8 +5,8 @@ import type { ReactionsContext } from '@/process/types';
import { gql } from '@apollo/client';
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import { autorun, reaction } from 'mobx';
import { get, pick, uid } from 'radash';
import { reaction } from 'mobx';
import { pick, uid } from 'radash';
import { normalizeOptions } from 'tools';
import notification from 'ui/elements/notification';