Remove unused code and refactor types importing

This commit is contained in:
2022-06-21 20:03:26 +02:00
parent 23b0035272
commit f0173bb828
15 changed files with 17 additions and 31 deletions

View File

@@ -1,8 +1,7 @@
<script lang="ts">
import { page } from '$app/stores'
import { getContext, onMount } from 'svelte'
import anime from 'animejs'
import type { AnimeTimelineInstance } from 'animejs'
import anime, { type AnimeTimelineInstance } from 'animejs'
import { DELAY } from '$utils/contants'
import { sleep } from '$utils/functions'
import { reveal, fade as animeFade } from '$animations/index'