Skip to content

Commit 507d113

Browse files
committed
[#101] fix: 미사용 임포트 제거
1 parent 5565b6e commit 507d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(with-header)/activities/[id]/components/ImageGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import Image from 'next/image';
4-
import React, { useState, useMemo } from 'react';
4+
import React, { useState } from 'react';
55
import { ImageGridProps } from '@/types/activityDetailType';
66

77
function ImageGrid({ mainImage, subImages }: ImageGridProps) {

0 commit comments

Comments
 (0)