Update 3 files

This commit is contained in:
Andras Bacsai
2022-08-11 08:21:30 +00:00
parent 34ad5bc86b
commit d3da679aae
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import { CODESANDBOX_HOST } from '$env/static/private';
import { writable, readable, type Writable, type Readable } from 'svelte/store';
import { writable, readable, type Writable } from 'svelte/store';
interface AppSession {
ipv4: string | null,