Remove the unused dayjs import

I forgot to remove it after testing dayjs locale.
pull/1/head
Kim MinJae 2021-05-02 12:22:29 +09:00 committed by GitHub
parent a61bcdf33c
commit 92daded177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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';