Skip to content

Commit

Permalink
Merge pull request #347 from boostcampwm2023/develop
Browse files Browse the repository at this point in the history
12/14 배포
  • Loading branch information
bananaba authored Dec 13, 2023
2 parents 6d738af + d4c0630 commit bd95531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/widgets/writingModal/ui/Images.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from '@emotion/styled';
import ImageIcon from '@icons/icon-photo-32-gray.svg?react';
import { ChangeEvent, useEffect, useRef, useState } from 'react';
import { ChangeEvent, useRef, useState } from 'react';

interface PropsType {
files: FileList | null;
Expand Down

0 comments on commit bd95531

Please sign in to comment.