New submodule folder structure

This commit is contained in:
Dragos 2022-12-16 16:11:15 +02:00 committed by GitHub
parent 87c232c0a6
commit 78e5a21455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }));