diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-30 16:47:43 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-30 16:47:43 +0200 |
| commit | f77f1f61bf05ae506689be3c40252c5807276280 (patch) | |
| tree | 1d6d6ff64f9747ed422dbabb2de58b4267b0e6f2 /src/model/mod.rs | |
| parent | aa10ea8470763afe98d5ff558381f0a0beb0c017 (diff) | |
Split up style module
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index df39207f..a9d1344a 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -5,10 +5,14 @@ mod styles; mod collapse; mod content; mod layout; +mod property; +mod recipe; mod show; pub use collapse::*; pub use content::*; pub use layout::*; +pub use property::*; +pub use recipe::*; pub use show::*; pub use styles::*; |
