diff --git a/scripts/external/entries/sidebar.js b/scripts/external/entries/sidebar.js index 8de51f0..c386a79 100644 --- a/scripts/external/entries/sidebar.js +++ b/scripts/external/entries/sidebar.js @@ -3,10 +3,6 @@ import Sidebar from '/scripts/GUI/sidepanel.js' export default class ManagedSidebar { constructor () { // WIP - console.warn(`hello world`); - } - - manage() { - + new Sidebar(`/pages/popup.htm`); } } \ No newline at end of file