+
Frequency in Hz
diff --git a/ts/store.test.ts b/ts/store.test.ts
index 39c1ccd..7c29953 100644
--- a/ts/store.test.ts
+++ b/ts/store.test.ts
@@ -1,5 +1,5 @@
import { assertEquals } from "https://deno.land/std@0.166.0/testing/asserts.ts";
-import { Reducer, ColumnMapping, Initial } from "./src/store.js";
+import { Reducer, ColumnMapping, Initial } from "../js/store.js";
let state:Store.State = {
Chan: { Min:0, Max:1, Value:0, Step:1 },