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 --- src/containers/auth/LockedScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/containers/auth/LockedScreen.tsx') diff --git a/src/containers/auth/LockedScreen.tsx b/src/containers/auth/LockedScreen.tsx index a4cb43f73..cf4d5bd53 100644 --- a/src/containers/auth/LockedScreen.tsx +++ b/src/containers/auth/LockedScreen.tsx @@ -1,11 +1,11 @@ -import { Component, ReactElement } from 'react'; import { inject, observer } from 'mobx-react'; -import { StoresProps } from '../../@types/ferdium-components.types'; +import { Component, type ReactElement } from 'react'; +import type { StoresProps } from '../../@types/ferdium-components.types'; import Locked from '../../components/auth/Locked'; +import type { Actions } from '../../actions/lib/actions'; import { hash } from '../../helpers/password-helpers'; -import { Actions } from '../../actions/lib/actions'; -import { RealStores } from '../../stores'; +import type { RealStores } from '../../stores'; interface IProps { actions?: Actions; -- cgit v1.2.3-70-g09d2