diff --git a/src/backend/src/filesystem/hl_operations/hl_copy.js b/src/backend/src/filesystem/hl_operations/hl_copy.js index a32b1ecf..1e74bd6d 100644 --- a/src/backend/src/filesystem/hl_operations/hl_copy.js +++ b/src/backend/src/filesystem/hl_operations/hl_copy.js @@ -24,6 +24,7 @@ const { HLFilesystemOperation } = require("./definitions"); const { MkTree } = require("./hl_mkdir"); const { HLRemove } = require("./hl_remove"); const config = require("../../config"); +const { LLCopy } = require("../ll_operations/ll_copy"); class HLCopy extends HLFilesystemOperation { static DESCRIPTION = `