7 lines
140 B
Rust
7 lines
140 B
Rust
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
// src/ui/components/mod.rs
|
||
|
|
//
|
||
|
|
// UI components: reusable widgets and controls.
|
||
|
|
|
||
|
|
pub mod crop;
|