diff options
author | Oxbian <oxbian@mailbox.org> | 2025-02-21 16:17:00 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-02-21 16:17:00 -0500 |
commit | bc53ad567b82ca354f2b8caf30f242717a5f46a6 (patch) | |
tree | 95da9eb36b5a905516bf98e3c88a7af3b19ced1d /src/lib.rs | |
parent | 3930939d96a50ab41deddbc9fd6ef2b5cc29369e (diff) | |
download | NAI-bc53ad567b82ca354f2b8caf30f242717a5f46a6.tar.gz NAI-bc53ad567b82ca354f2b8caf30f242717a5f46a6.zip |
feat: scrollable chatbox
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ pub mod app; +pub mod helper; pub mod ui; |