Small fix

This commit is contained in:
a 2020-08-17 22:27:53 +02:00
parent 67770a9c70
commit c5fc07454e

View file

@ -1,3 +1,2 @@
import App from "./Popup.svelte"; import App from "./Popup.svelte";
new App({ target: document.body }); new App({ target: document.body });
document.addEventListener;