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

@@ -8,7 +8,7 @@
import { stagger, timeline } from 'motion'
import { smoothScroll } from '$utils/stores'
import { cartOpen } from '$utils/stores/shop'
import { DELAY } from '$utils/contants'
import { DELAY } from '$utils/constants'
import { quartOut } from '$animations/easings'
// Components
import Image from '$components/atoms/Image.svelte'