Remove unused import from features/forms
This commit is contained in:
parent
764b2302d9
commit
954e02067e
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import React, { useState, useRef } from 'react';
|
import React, { useState, useRef } from 'react';
|
||||||
import { FormattedMessage } from 'react-intl';
|
|
||||||
import { v4 as uuidv4 } from 'uuid';
|
import { v4 as uuidv4 } from 'uuid';
|
||||||
|
|
||||||
import { Text, Select } from '../../components/ui';
|
import { Text, Select } from '../../components/ui';
|
||||||
|
|
Loading…
Reference in a new issue