From 7bd4619c97dadecb12e97ee2bd0659f6b30842b9 Mon Sep 17 00:00:00 2001 From: Charlie Kapsiak Date: Thu, 17 Oct 2024 15:45:26 -0500 Subject: [PATCH] Change spacing --- src/routes/BarcodeBox.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/BarcodeBox.svelte b/src/routes/BarcodeBox.svelte index 0596174..f835bd2 100644 --- a/src/routes/BarcodeBox.svelte +++ b/src/routes/BarcodeBox.svelte @@ -17,16 +17,16 @@ $: is_valid = (regex === null) || regex.test(barcode); -
+
-
- {component_type} +
+ {component_type}
-
+
{barcode}
-
-