diff options
Diffstat (limited to 'src/components/mod.rs')
| -rw-r--r-- | src/components/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs index 1194b9f..93cceea 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -15,3 +15,8 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. pub mod footer; pub mod header; +pub mod preference_pages; +pub mod preferences_window; +pub mod stage_form; +pub mod switch; +pub mod template_row; |