Skip to content

Commit 35bf90e

Browse files
committed
fix: ensure proper references to static.json file
1 parent 3660ccc commit 35bf90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import _STATIC from "./static-flows.json";
1+
import _STATIC from "./static.json";
22
import { defaultsDeep, get } from "lodash";
33

44
import type { ResultComponentOptions } from "@/components/Result";

0 commit comments

Comments
 (0)