Step to production readyness
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import App from './App.svelte';
|
||||
|
||||
|
||||
var app = new App({
|
||||
target: document.getElementById("content")
|
||||
});
|
||||
|
@ -1,4 +1,3 @@
|
||||
// import "./global.css";
|
||||
(() => {
|
||||
const elements = new WeakSet();
|
||||
|
Reference in New Issue
Block a user