Skip to content

Commit

Permalink
fix : lint error ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontend-geonu committed Apr 8, 2023
1 parent 7982d54 commit 8ea2f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/ImageUploader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Icon } from '@iconify/react';
import { useRecoilState, useSetRecoilState } from 'recoil';
import { isImageBright, previewImage } from '../atom';
import heic2jpeg from 'heic2any';
import heic2any from 'heic2any';

const ImageUploader = () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/text/TextLayoutGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TextLayoutGroup = () => {

return (
<div className={styles.layoutButtonGroup}>
{getLayoutGroupList(count).map((item, index) => {
{getLayoutGroupList(count).map((item) => {
return (
<button
key={item}
Expand Down

0 comments on commit 8ea2f7d

Please sign in to comment.