From 3878e45dc9539e95af924ff7b8559438113d65c0 Mon Sep 17 00:00:00 2001 From: L01D <45131480+IL01DI@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:03:28 +0200 Subject: [PATCH] Update index.ts --- quartz/i18n/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts index e4135cf3e..5ab52b83e 100644 --- a/quartz/i18n/index.ts +++ b/quartz/i18n/index.ts @@ -1,6 +1,5 @@ import { Translation, CalloutTranslation } from "./locales/definition" import en from "./locales/en-US" -import en from "./locales/en-GB" import fr from "./locales/fr-FR" import it from "./locales/it-IT" import ja from "./locales/ja-JP"