// DO NOT CHANGE THIS FILE! // It's only purpose is to initialize the Svelte component tree. // Actual code is in src/pages/ShipEditor.svelte. import ShipEditor from "../pages/ShipEditor.svelte"; const page = new ShipEditor({ target: document.getElementById("mount")!, }); export default page;