From 78e5a21455bdc0ca0fbb83ff50f741a85f474b25 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:11:15 +0200 Subject: [PATCH] New submodule folder structure --- src/piped.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/piped.js b/src/piped.js index 1e829335..aab000ea 100644 --- a/src/piped.js +++ b/src/piped.js @@ -1,4 +1,4 @@ -import {$, $all, $ready_once, $insert, $add, $append} from '../efy/efy.js'; +import {$, $all, $ready_once, $insert, $add, $append} from '../public/efy/efy.js'; $ready_once('#efy_sidebar').then(()=>{ $insert($('#efy_sidebar'), 'afterbegin', $add('div', { id: 'piped_efy_module' }));