Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed May 27, 2024
1 parent 8b1fadd commit db0e419
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { Popover } from 'react-tiny-popover';
import cn from 'classnames';

import { AiFillCaretDown } from 'react-icons/ai';
import { BsTrash, BsTrashFill } from 'react-icons/bs';
import { BsTrash } from 'react-icons/bs';
import { useImport } from '../../provider';
import { useState } from 'react';
import { FieldMapping, FIELD_MAPPINGS } from '../../../../contracts/ui-types';
import { ComponentChoiceComponentConfig, Shape } from '@crystallize/schema';
import { Shape } from '@crystallize/schema';

interface ColumnMapperProps {
title: string;
Expand Down

0 comments on commit db0e419

Please sign in to comment.