Skip to content

Commit

Permalink
✨ 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeon-park committed Nov 7, 2023
1 parent ff2755c commit 749922e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Tabs, TabsTrigger, TabsList, TabsContent } from '@/components/ui/Tabs'
import { ItemSuggestion } from '@/types'

type SuggestListProps = {
suggestionData: []
suggestionData: ItemSuggestion[]
}

/**
Expand Down

0 comments on commit 749922e

Please sign in to comment.