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}
-
-