Remove unused import from features/forms

This commit is contained in:
Alex Gleason 2022-08-25 21:39:35 -05:00
parent 764b2302d9
commit 954e02067e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,6 +1,5 @@
import classNames from 'classnames';
import React, { useState, useRef } from 'react';
import { FormattedMessage } from 'react-intl';
import { v4 as uuidv4 } from 'uuid';
import { Text, Select } from '../../components/ui';