From 8b7b0ee75bfdbc5dad8c2beff6525172481826cd Mon Sep 17 00:00:00 2001 From: d0422 Date: Wed, 6 Dec 2023 19:01:38 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20[FE]=20=EB=A6=AC=EB=B7=B0=EB=B0=98?= =?UTF-8?q?=EC=98=81=20swift=EA=B0=80=20=EB=91=90=EB=B2=88=20=EC=A0=81?= =?UTF-8?q?=ED=9E=8C=20=EB=B6=80=EB=B6=84=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontEnd/src/types/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontEnd/src/types/editor.ts b/frontEnd/src/types/editor.ts index d477efb..efba43b 100644 --- a/frontEnd/src/types/editor.ts +++ b/frontEnd/src/types/editor.ts @@ -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;