Rebuilt the settings view in Svelte

This commit is contained in:
David Carley
2022-07-22 22:36:19 -07:00
parent 3f3b609de6
commit 2efd753d95
11 changed files with 249 additions and 86 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
attached: function () {
this.svelteComponent = SvelteComponents.createComponent(
"AdminNetworkView",
document.getElementById("svelte-root")
document.getElementById("admin-network")
);
},