Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartel committed Jan 17, 2025
1 parent 840b5b9 commit 5bb168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/src/tags/object/Image/ImageEntity.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { types } from "mobx-state-tree";
import { FileLoader } from "../../../utils/FileLoader";
import { clamp } from "../../../utils/utilities";
import { FF_IMAGE_MEMORY_USAGE, isFF } from "libs/editor/src/utils/feature-flags";
import { FF_IMAGE_MEMORY_USAGE, isFF } from "../../../utils/feature-flags";

const fileLoader = new FileLoader();

Expand Down

0 comments on commit 5bb168d

Please sign in to comment.