Skip to content

Commit

Permalink
chore(import-app): prettier issue test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed May 29, 2024
1 parent db0e419 commit b359913
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { useState } from 'react';
import { Popover } from 'react-tiny-popover';
import cn from 'classnames';

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

Expand Down

0 comments on commit b359913

Please sign in to comment.