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/SignupScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/containers/auth/SignupScreen.tsx') diff --git a/src/containers/auth/SignupScreen.tsx b/src/containers/auth/SignupScreen.tsx index bf7ffe778..cf5d8006e 100644 --- a/src/containers/auth/SignupScreen.tsx +++ b/src/containers/auth/SignupScreen.tsx @@ -1,9 +1,9 @@ -import { Component, ReactElement } from 'react'; import { inject, observer } from 'mobx-react'; +import { Component, type ReactElement } from 'react'; -import { - StoresProps, +import type { GlobalError, + StoresProps, } from '../../@types/ferdium-components.types'; import Signup from '../../components/auth/Signup'; -- cgit v1.2.3-54-g00ecf