Move API fields to file

This commit is contained in:
2022-09-06 14:51:47 +02:00
parent 5ff82f4ee4
commit 3d7b859d12
3 changed files with 19 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
import { quartOut } from '$animations/easings'
import { getAssetUrlKey } from '$utils/api'
import { DELAY } from '$utils/contants'
import { photoFields } from './+page.server'
import { photoFields } from '$utils/api'
import { PUBLIC_LIST_INCREMENT } from '$env/static/public'
// Components
import Metas from '$components/Metas.svelte'