fix: remove now-redundant loadScript call

This commit is contained in:
KernelDeimos 2024-08-29 23:01:14 -04:00 committed by Eric Dubé
parent 46a0f714d1
commit c9d09a78b6

View File

@ -71,7 +71,6 @@ window.gui = async function(options){
await window.loadScript('https://js.puter.com/v2/');
// Load the minified bundles
await window.loadCSS('/dist/bundle.min.css');
await window.loadScript('/dist/bundle.min.js');
}
// 🚀 Launch the GUI 🚀