Rename constants files 🤦

This commit is contained in:
2022-10-11 21:12:21 +02:00
parent d8237bfbdc
commit bfcdd53d94
10 changed files with 9 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
import type { PageData } from './$types'
import { getContext, onMount } from 'svelte'
import { timeline, stagger } from 'motion'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { smoothScroll } from '$utils/stores'
// import { getAssetUrlKey } from '$utils/api'
import reveal from '$animations/reveal'

View File

@@ -11,7 +11,7 @@
import relativeTime from 'dayjs/plugin/relativeTime'
import { quartOut } from '$animations/easings'
import { getAssetUrlKey } from '$utils/api'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { seenLocations } from '$utils/stores'
import { photoFields } from '$utils/api'
import { PUBLIC_LIST_INCREMENT } from '$env/static/public'

View File

@@ -14,7 +14,7 @@
import { stagger, timeline } from 'motion'
import { getAssetUrlKey } from '$utils/api'
import { previousPage } from '$utils/stores'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { throttle } from '$utils/functions'
import { swipe } from '$utils/interactions/swipe'
// Components

View File

@@ -11,7 +11,7 @@
import { animate, inView, stagger, timeline } from 'motion'
import { mailtoClipboard, map } from '$utils/functions'
import { getAssetUrlKey } from '$utils/api'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { quartOut } from '$animations/easings'
// Components
import Metas from '$components/Metas.svelte'

View File

@@ -7,7 +7,7 @@
import type { PageData } from './$types'
import { onMount } from 'svelte'
import { stagger, timeline } from 'motion'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { quartOut } from 'svelte/easing'
// Components
import Metas from '$components/Metas.svelte'

View File

@@ -12,7 +12,7 @@
import dayjs from 'dayjs'
import relativeTime from 'dayjs/plugin/relativeTime'
import { stagger, timeline } from 'motion'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { map, lerp, throttle } from '$utils/functions'
import { getAssetUrlKey } from '$utils/api'
import { quartOut } from '$animations/easings'

View File

@@ -7,7 +7,7 @@
import type { PageData } from './$types'
import { onMount } from 'svelte'
import { stagger, timeline } from 'motion'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { quartOut } from '$animations/easings'
// Components
import Metas from '$components/Metas.svelte'