6 lines
150 B
Rust
6 lines
150 B
Rust
// Copyright 2022 System76 <info@system76.com>
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
pub mod column;
|
|
|
|
pub use self::column::{ListColumn, list_column};
|