Remove unused code

This commit is contained in:
2022-08-14 22:59:28 +02:00
parent fd6fc20b13
commit 57f1dca240
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
import relativeTime from 'dayjs/plugin/relativeTime.js'
import { quartOut } from '$animations/easings'
import { fetchAPI, getAssetUrlKey } from '$utils/api'
import { DELAY, DURATION } from '$utils/contants'
import { DELAY } from '$utils/contants'
import { photoFields } from '.'
// Components
import Metas from '$components/Metas.svelte'