From 4366b6c7831dec168cb2b356ac85ec3d66b3cbf7 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 7 Feb 2023 15:08:38 +0300 Subject: [PATCH] remove unused imports --- apps/web/process/leasing-without-kasko/reactions/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/process/leasing-without-kasko/reactions/common.ts b/apps/web/process/leasing-without-kasko/reactions/common.ts index 5e7cdd2..e117eff 100644 --- a/apps/web/process/leasing-without-kasko/reactions/common.ts +++ b/apps/web/process/leasing-without-kasko/reactions/common.ts @@ -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';