Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 15, 2021
1 parent e4dfadb commit b47859e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data-browser/src/components/forms/ResourceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ import {
useStore,
useString,
} from '@tomic/react';
import { handleError } from '../../helpers/handlers';
import { openURL } from '../../helpers/navigation';
import { Button } from '../Button';
import ResourceField from './ResourceField';
import { ErrMessage } from './InputStyles';
import { ResourceSelector } from './ResourceSelector';
import styled from 'styled-components';
import Field from './Field';
import { useSettings } from '../../helpers/AppSettings';
import { useDebounce } from '../../helpers/useDebounce';
import { FaCaretDown, FaCaretRight, FaPlus } from 'react-icons/fa';
import toast from 'react-hot-toast';

Expand Down

0 comments on commit b47859e

Please sign in to comment.