Attempts to fix build: 3

This commit is contained in:
SG 2023-09-25 13:58:18 +03:00
parent f0e67c1551
commit bb15c5431e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
import Grid from "./Grid.svelte";
import Value from "./Value.svelte";
import Input from "./Input.svelte";
import StringView from "StringView";
import StringView from "stringview/StringView";
import Select from "./Select.svelte";
let bytes = new Uint8Array(0);