From 35238d20296265c572500cf33df1d487e58326e5 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 13 Jun 2021 13:14:22 -0400 Subject: [PATCH] added missing import --- .../Print/Systems/Firecons/index.svelte | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/components/Output/Print/Systems/Firecons/index.svelte b/src/components/Output/Print/Systems/Firecons/index.svelte index dcfc664..10ce7c2 100644 --- a/src/components/Output/Print/Systems/Firecons/index.svelte +++ b/src/components/Output/Print/Systems/Firecons/index.svelte @@ -1,18 +1,20 @@ -
- {#each _.range(firecons) as firecon } - firecon - {/each} -
+
+ {#each _.range(firecons) as firecon} + firecon + {/each} +
- + + +