refac: her

This commit is contained in:
Timothy J. Baek
2024-06-12 00:13:35 -07:00
parent cde9672a09
commit a2e30ace02
2 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,9 @@
import { io } from 'socket.io-client';
import { spring } from 'svelte/motion';
let loadingProgress = spring(0);
let loadingProgress = spring(0, {
stiffness: 0.05
});
import { onMount, tick, setContext } from 'svelte';
import {