[chore] Update npm packages

This commit is contained in:
2021-11-07 11:46:31 +01:00
parent d68353cf18
commit da58e09b21
3 changed files with 29 additions and 54 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { onMount } from 'svelte'
import { writable } from 'svelte/store'
import { throttle } from '$utils/functions'
import EmblaCarousel, { EmblaCarouselType } from 'embla-carousel'
// Components
import Image from '$components/atoms/Image.svelte'