From 3dfa9363d2ef0eb217fb534c30317930a72b519e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Thu, 20 Feb 2025 13:55:52 -0500 Subject: feat: input scrollbar + structuring the project --- src/ui/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/ui/mod.rs (limited to 'src/ui/mod.rs') diff --git a/src/ui/mod.rs b/src/ui/mod.rs new file mode 100644 index 0000000..424376c --- /dev/null +++ b/src/ui/mod.rs @@ -0,0 +1,2 @@ +pub mod init; +pub mod inputfield; -- cgit v1.2.3