diff --git a/src/lib/components/history/history.svelte b/src/lib/components/history/history.svelte index ff4b7b95..94627b05 100644 --- a/src/lib/components/history/history.svelte +++ b/src/lib/components/history/history.svelte @@ -10,7 +10,7 @@ } from './history'; import { notify, prompt } from '$lib/util/notify'; import { onMount } from 'svelte'; - import moment, { lang } from 'moment'; + import moment from 'moment'; const HISTORY_SAVE_INTERVAL: number = 60000; diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index c0277df7..dd0e5aaf 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -49,7 +49,7 @@