popup
This commit is contained in:
7
web/src/popup.js
Normal file
7
web/src/popup.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import PopupApp from './PopupApp.svelte';
|
||||
|
||||
const app = new PopupApp({
|
||||
target: document.getElementById('popup-app'),
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user