Skip to content

Commit d03952b

Browse files
committed
fix: icons
1 parent f27ef66 commit d03952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/src/modules/apps/AppIconService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

20-
// const { HLWrite } = require("../filesystem/hl_operations/hl_write");
20+
const { HLWrite } = require("../../filesystem/hl_operations/hl_write");
2121
const { LLMkdir } = require("../../filesystem/ll_operations/ll_mkdir");
2222
const { LLRead } = require("../../filesystem/ll_operations/ll_read");
2323
const { NodePathSelector } = require("../../filesystem/node/selectors");

0 commit comments

Comments
 (0)