refactor: move fixed_window to ui

This is a ui module

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-24 17:11:01 -07:00
parent b14a2bf254
commit 1228f83e50
4 changed files with 5 additions and 8 deletions

View File

@@ -10,7 +10,6 @@ mod app_style;
mod colors;
mod draft;
mod filter;
mod fixed_window;
mod fonts;
mod frame_history;
mod images;