We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27ef66 commit d03952bCopy full SHA for d03952b
src/backend/src/modules/apps/AppIconService.js
@@ -17,7 +17,7 @@
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
-// const { HLWrite } = require("../filesystem/hl_operations/hl_write");
+const { HLWrite } = require("../../filesystem/hl_operations/hl_write");
21
const { LLMkdir } = require("../../filesystem/ll_operations/ll_mkdir");
22
const { LLRead } = require("../../filesystem/ll_operations/ll_read");
23
const { NodePathSelector } = require("../../filesystem/node/selectors");
0 commit comments