Normalized import

This commit is contained in:
Alejandro Celaya 2020-12-21 18:20:59 +01:00
parent 195aaa8be6
commit 7a48a06442

View file

@ -7,8 +7,8 @@ import CopyToClipboard from 'react-copy-to-clipboard';
import { Tooltip } from 'reactstrap';
import { ShortUrlCreation } from '../reducers/shortUrlCreation';
import { StateFlagTimeout } from '../../utils/helpers/hooks';
import './CreateShortUrlResult.scss';
import { Result } from '../../utils/Result';
import './CreateShortUrlResult.scss';
export interface CreateShortUrlResultProps extends ShortUrlCreation {
resetCreateShortUrl: () => void;