diff --git a/src/lib/components/App.svelte b/src/lib/components/App.svelte index d453b95..54f9faa 100644 --- a/src/lib/components/App.svelte +++ b/src/lib/components/App.svelte @@ -9,6 +9,9 @@
+
+ +
@@ -20,6 +23,7 @@ import ShipEdit from "./ShipEdit/index.svelte"; import About from "./About.svelte"; import JsonOutput from './Output/Json.svelte'; + import PrintOutput from './Output/Print/index.svelte'; let activeTab = 'editor'; $: console.log(activeTab); diff --git a/src/lib/components/Output/Print/Identification/index.svelte b/src/lib/components/Output/Print/Identification/index.svelte index 228394a..07dcf3d 100644 --- a/src/lib/components/Output/Print/Identification/index.svelte +++ b/src/lib/components/Output/Print/Identification/index.svelte @@ -1,47 +1,47 @@

- ship name:
+ ship name:

-

{ship_class}-class, {ship_type}

-
- -   - -
+

{shipClass}-class, {shipType}

+
+ +   + +
diff --git a/src/lib/components/Output/Print/index.svelte b/src/lib/components/Output/Print/index.svelte index d8328f9..a3221ea 100644 --- a/src/lib/components/Output/Print/index.svelte +++ b/src/lib/components/Output/Print/index.svelte @@ -1,3 +1,7 @@ +
+ +
+ +