diff --git a/src/FormModal.ts b/src/FormModal.ts index 06f63c94..4cdcd562 100644 --- a/src/FormModal.ts +++ b/src/FormModal.ts @@ -10,7 +10,7 @@ import { FileSuggest } from "./suggesters/suggestFile"; import { DataviewSuggest } from "./suggesters/suggestFromDataview"; import { SvelteComponent } from "svelte"; import { executeSandboxedDvQuery, sandboxedDvQuery } from "./suggesters/SafeDataviewQuery"; -import { A, E, flow, parseFunctionBody, pipe, throttle } from "@std"; +import { A, E, parseFunctionBody, pipe, throttle } from "@std"; import { log_error, log_notice } from "./utils/Log"; import { FieldValue, FormEngine, makeFormEngine } from "./store/formStore"; import { Writable } from "svelte/store"; diff --git a/src/std/index.test.ts b/src/std/index.test.ts index bfa6ebbe..6086fe66 100644 --- a/src/std/index.test.ts +++ b/src/std/index.test.ts @@ -1,4 +1,3 @@ -import { right } from "fp-ts/Separated"; import { E, parseFunctionBody, pipe, trySchemas } from "./index"; import { string, number, array, boolean, object } from "valibot";