Skip to content

Commit

Permalink
Merge pull request #92 from xelacast/issue91
Browse files Browse the repository at this point in the history
fix: import paths and file names misalligned #91
  • Loading branch information
jsajal committed May 3, 2024
2 parents d500a49 + ba3ef3f commit 25f3e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/flow/graph/Graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import useCanvasStore from 'stores/CanvasStore';
import authNode from './compute/authnode';
import complexNode from './compute/complexnode';
import assertNode from './compute/assertnode';
import requestNode from './compute/requestNode';
import requestNode from './compute/requestnode';
import setVarNode from './compute/setvarnode';

class Graph {
Expand Down

0 comments on commit 25f3e76

Please sign in to comment.