From 92daded1772795f4866b0f7953e52061a18edf10 Mon Sep 17 00:00:00 2001 From: Kim MinJae Date: Sun, 2 May 2021 12:22:29 +0900 Subject: [PATCH] Remove the unused dayjs import I forgot to remove it after testing dayjs locale. --- src/i18n.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n.js b/src/i18n.js index b41cde5a..a6576cea 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -1,5 +1,4 @@ import { addMessages, init, getLocaleFromNavigator, locale as $locale } from 'svelte-i18n'; -import dayjs from 'dayjs' import en from './locales/en.json'; import id from './locales/id.json';