From 91cc78009cf57ad8f53e69d20aa974f4833e61b0 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 4 Jul 2022 12:51:44 +0530 Subject: chore: Use relative paths while importing from custom code --- src/containers/auth/PasswordScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/auth/PasswordScreen.tsx') diff --git a/src/containers/auth/PasswordScreen.tsx b/src/containers/auth/PasswordScreen.tsx index 313554802..c7539f21e 100644 --- a/src/containers/auth/PasswordScreen.tsx +++ b/src/containers/auth/PasswordScreen.tsx @@ -1,6 +1,6 @@ import { Component, ReactElement } from 'react'; import { inject, observer } from 'mobx-react'; -import { StoresProps } from 'src/@types/ferdium-components.types'; +import { StoresProps } from '../../@types/ferdium-components.types'; import Password from '../../components/auth/Password'; class PasswordScreen extends Component { -- cgit v1.2.3-70-g09d2