File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/modules/dashboard/components/Incorporation
IncorporationForm/Protectors Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import Button from '~core/Button';
18
18
import Radio from '../Radio' ;
19
19
import { SignOption } from '../types' ;
20
20
import SingleUserPicker from '../SingleUserPicker' ;
21
- import { SignOption } from '../constants' ;
22
21
23
22
import styles from './Protectors.css' ;
24
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import classNames from 'classnames';
5
5
6
6
import Button from '~core/Button' ;
7
7
import Icon from '~core/Icon' ;
8
- import { StageObject } from '~pages/IncorporationPage/types' ;
8
+ import { StageObject , ValuesType } from '~pages/IncorporationPage/types' ;
9
9
import { Stages as StagesEnum } from '~pages/IncorporationPage/constants' ;
10
10
11
11
import StageItem from './StageItem' ;
You can’t perform that action at this time.
0 commit comments