aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/SignupScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/SignupScreen.tsx')
-rw-r--r--src/containers/auth/SignupScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/SignupScreen.tsx b/src/containers/auth/SignupScreen.tsx
index 04b39df67..f3675c286 100644
--- a/src/containers/auth/SignupScreen.tsx
+++ b/src/containers/auth/SignupScreen.tsx
@@ -1,7 +1,7 @@
1import { Component, ReactElement } from 'react'; 1import { Component, ReactElement } from 'react';
2import { inject, observer } from 'mobx-react'; 2import { inject, observer } from 'mobx-react';
3 3
4import { StoresProps, GlobalError } from 'src/@types/ferdium-components.types'; 4import { StoresProps, GlobalError } from '../../@types/ferdium-components.types';
5import Signup from '../../components/auth/Signup'; 5import Signup from '../../components/auth/Signup';
6 6
7interface SignUpScreenComponents extends StoresProps { 7interface SignUpScreenComponents extends StoresProps {