Skip to content

Commit 2835384

Browse files
Copilotjosecelano
andcommitted
feat: [#124] export Theme in presentation module public API
Co-authored-by: josecelano <58816+josecelano@users.noreply.github.com>
1 parent 03bdca4 commit 2835384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presentation/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ pub use commands::destroy::DestroySubcommandError;
5151
pub use commands::{execute, handle_error};
5252
pub use errors::CommandError;
5353
pub use progress::ProgressReporter;
54-
pub use user_output::{UserOutput, VerbosityLevel};
54+
pub use user_output::{Theme, UserOutput, VerbosityLevel};

0 commit comments

Comments
 (0)