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.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/containers/auth/SignupScreen.tsx b/src/containers/auth/SignupScreen.tsx
index f3675c286..bf7ffe778 100644
--- a/src/containers/auth/SignupScreen.tsx
+++ b/src/containers/auth/SignupScreen.tsx
@@ -1,7 +1,10 @@
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 '../../@types/ferdium-components.types'; 4import {
5 StoresProps,
6 GlobalError,
7} from '../../@types/ferdium-components.types';
5import Signup from '../../components/auth/Signup'; 8import Signup from '../../components/auth/Signup';
6 9
7interface SignUpScreenComponents extends StoresProps { 10interface SignUpScreenComponents extends StoresProps {