From 3a0e91bda1e93afa33dd182c2e820c94b3e94593 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 25 Oct 2025 02:15:31 +0200 Subject: feat(treewide): Add further buttons The register product > associate barcode > buy barcode workflow is now usable. The only missing features for an MVP are unit and unit property creation. --- src/pages/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pages/mod.rs') diff --git a/src/pages/mod.rs b/src/pages/mod.rs index a6057cd..b8a68c7 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -3,3 +3,5 @@ pub mod home; pub mod inventory; pub mod not_found; pub mod recipies; +pub mod create_product; +pub mod associate_barcode; -- cgit 1.4.1