Skip to content

Commit

Permalink
fix: ensure proper references to static.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Apr 19, 2024
1 parent 3660ccc commit 35bf90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _STATIC from "./static-flows.json";
import _STATIC from "./static.json";
import { defaultsDeep, get } from "lodash";

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

0 comments on commit 35bf90e

Please sign in to comment.