Skip to content

Commit

Permalink
chore: [FE] 리뷰반영
Browse files Browse the repository at this point in the history
swift가 두번 적힌 부분 해결
  • Loading branch information
d0422 committed Dec 6, 2023
1 parent 3e5cb3c commit 8b7b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontEnd/src/types/editor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Language = 'python' | 'javascript' | 'java' | 'c' | 'swift' | 'kotlin' | 'swift';
export type Language = 'python' | 'javascript' | 'java' | 'c' | 'swift' | 'kotlin';

export interface LanguageInfo {
name: Language;
Expand Down

0 comments on commit 8b7b0ee

Please sign in to comment.