changing components infrastructure

This commit is contained in:
filipriec
2025-03-22 15:36:49 +01:00
parent 9bf1d065d5
commit fabe1e0ca7
9 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
// src/components/intro.rs
pub mod intro;
pub use intro::*;