summaryrefslogtreecommitdiff
path: root/src/model/property_groups/mod.rs
diff options
context:
space:
mode:
authorjelemux <jeremias.weber@protonmail.com>2021-02-17 22:27:41 +0100
committerjelemux <jeremias.weber@protonmail.com>2021-02-17 22:27:41 +0100
commit9698e6952cb568f6dce49b35bd47b52d992c0f9a (patch)
tree1c8cff0b2c6824653da68b94a81bbbfb314f01dd /src/model/property_groups/mod.rs
parentd0d42c5ae00560e4464479a98df90ed063a1c773 (diff)
downloadwasm-card-9698e6952cb568f6dce49b35bd47b52d992c0f9a.tar.gz
wasm-card-9698e6952cb568f6dce49b35bd47b52d992c0f9a.tar.bz2
refactor: put input_fields and property_groups into their own modules
Diffstat (limited to 'src/model/property_groups/mod.rs')
-rw-r--r--src/model/property_groups/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/model/property_groups/mod.rs b/src/model/property_groups/mod.rs
new file mode 100644
index 0000000..3bfc9f3
--- /dev/null
+++ b/src/model/property_groups/mod.rs
@@ -0,0 +1,5 @@
+pub mod address;
+pub mod name;
+pub mod organizational;
+pub mod other_identification;
+pub mod telephone;