Skip to content

Commit 06e809c

Browse files
committed
[fix]타입중복 수정
1 parent 9e976a5 commit 06e809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/recipe/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ export type TagType = {
4040
cocktailNameKo: string;
4141
};
4242
export type Sort = 'recent' | 'keeps' | 'comments';
43-
export type Sort = 'recent' | 'keeps' | 'comments';
43+

0 commit comments

Comments
 (0)