Skip to content

Commit

Permalink
Remove unused import statement in FancyChipList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 20, 2023
1 parent 3cec720 commit 21c2b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/FancyChipList/FancyChipList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { KeyboardEvent, useEffect, useRef, useState } from 'react';
import React, { KeyboardEvent, useEffect, useState } from 'react';

import { TLayer } from '@/interface/TLayer';
import { ChipList } from '@/components/molecules/ChipList';
Expand Down

0 comments on commit 21c2b1c

Please sign in to comment.