Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkajarosikloj committed Feb 3, 2023
1 parent acd5cf0 commit a825fa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Button from '~core/Button';
import Radio from '../Radio';
import { SignOption } from '../types';
import SingleUserPicker from '../SingleUserPicker';
import { SignOption } from '../constants';

import styles from './Protectors.css';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import classNames from 'classnames';

import Button from '~core/Button';
import Icon from '~core/Icon';
import { StageObject } from '~pages/IncorporationPage/types';
import { StageObject, ValuesType } from '~pages/IncorporationPage/types';
import { Stages as StagesEnum } from '~pages/IncorporationPage/constants';

import StageItem from './StageItem';
Expand Down

0 comments on commit a825fa2

Please sign in to comment.