From a6cff35351d418272d137013cd536c26e978b6f6 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 17 Feb 2022 00:19:51 -0600 Subject: move some stuff and change how constants are done --- src/lib/sections/Armor.svelte | 7 +++++++ src/lib/sections/Infobox.svelte | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 src/lib/sections/Armor.svelte (limited to 'src/lib/sections') diff --git a/src/lib/sections/Armor.svelte b/src/lib/sections/Armor.svelte new file mode 100644 index 0000000..c4e7950 --- /dev/null +++ b/src/lib/sections/Armor.svelte @@ -0,0 +1,7 @@ + + + diff --git a/src/lib/sections/Infobox.svelte b/src/lib/sections/Infobox.svelte index eda7d22..c5c3454 100644 --- a/src/lib/sections/Infobox.svelte +++ b/src/lib/sections/Infobox.svelte @@ -4,7 +4,6 @@ import Emoji from '$lib/Emoji.svelte' export let data - export let constants