Step 1: Add simplified crop types in ui/widgets, update imports

This commit is contained in:
wfx 2026-02-04 16:00:26 +01:00
parent 6a4629bb47
commit 34d0045e0d
8 changed files with 227 additions and 21 deletions

View file

@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// src/ui/mod.rs
//
// UI layer: COSMIC application, views, and components.
// UI layer: COSMIC application, views, and widgets.
pub mod app;
pub mod message;
@ -9,6 +9,7 @@ pub mod model;
pub mod update;
pub mod components;
pub mod views;
pub mod widgets;
// Internal module for syncing model from DocumentManager
pub(crate) mod sync;