From 4bf3c44b5e043c9b0dd209e64e69c027b254e5bd Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 25 Aug 2025 18:17:39 -0500 Subject: [PATCH] Move widgets to a folder module --- src/{widgets.rs => widgets/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{widgets.rs => widgets/mod.rs} (100%) diff --git a/src/widgets.rs b/src/widgets/mod.rs similarity index 100% rename from src/widgets.rs rename to src/widgets/mod.rs