From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- .../webControls/containers/WebControlsScreen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/features/webControls/containers') diff --git a/src/features/webControls/containers/WebControlsScreen.tsx b/src/features/webControls/containers/WebControlsScreen.tsx index f6f1cddb8..b492264bf 100644 --- a/src/features/webControls/containers/WebControlsScreen.tsx +++ b/src/features/webControls/containers/WebControlsScreen.tsx @@ -1,17 +1,17 @@ -import { Component, ReactElement } from 'react'; -import { observer, inject } from 'mobx-react'; import { - autorun, + type IReactionDisposer, action, + autorun, makeObservable, observable, - IReactionDisposer, } from 'mobx'; -import ElectronWebView from 'react-electron-web-view'; -import WebControls from '../components/WebControls'; -import Service from '../../../models/Service'; +import { inject, observer } from 'mobx-react'; +import { Component, type ReactElement } from 'react'; +import type ElectronWebView from 'react-electron-web-view'; +import type { StoresProps } from '../../../@types/ferdium-components.types'; import { SEARCH_ENGINE_URLS } from '../../../config'; -import { StoresProps } from '../../../@types/ferdium-components.types'; +import type Service from '../../../models/Service'; +import WebControls from '../components/WebControls'; const URL_EVENTS = [ 'load-commit', -- cgit v1.2.3-70-g09d2