diff --git a/src/UI/Test.svelte b/src/UI/Test.svelte
index 267d510b00..57696cd89f 100644
--- a/src/UI/Test.svelte
+++ b/src/UI/Test.svelte
@@ -1,115 +1,29 @@
- onSubmit(f.detail)}>
- Select file
-
-
- {#each $log as logl}
-
{logl}
+
+Permission:
{$permission}
+Available:
{$av}
+Location:
{JSON.stringify($loc)}
+
+ {#each logs as log}
+ - {log}
{/each}
-
+
diff --git a/src/test.ts b/src/test.ts
index b3d952ea4a..0b060d3838 100644
--- a/src/test.ts
+++ b/src/test.ts
@@ -1,4 +1,3 @@
-import SvelteUIElement from "./UI/Base/SvelteUIElement"
import Test from "./UI/Test.svelte"
new Test({