Fix svelte linting

This commit is contained in:
hensm
2022-06-03 16:45:44 +01:00
parent d0b9be7f70
commit f98f860034
7 changed files with 141 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { afterUpdate, beforeUpdate, onMount } from "svelte";
import { afterUpdate, onMount } from "svelte";
import Bridge from "./Bridge.svelte";
import Whitelist from "./Whitelist.svelte";