Skip to content

Commit

Permalink
fix cyclic
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Dec 15, 2024
1 parent 02f49b5 commit f5acfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/misc/custom-code-node-from-code.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isCodeNode, isMacroNode, MacroNode, Node } from "@flyde/core";
import { isCodeNode, isMacroNode, MacroNode, Node } from "../";
import { transpileFile } from "./transpile-file/transpile-file";
import { improvedMacroToOldMacro } from "./improved-macros.ts/improved-macros";

Expand Down

0 comments on commit f5acfcf

Please sign in to comment.