Skip to content

Commit 8bebe95

Browse files
committed
Prevent export conflicts between SpanStyle and TextContent
1 parent 9c068e9 commit 8bebe95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/00-use.rakutest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ use Terminal::Widgets::Utils::Color;
77

88
use Terminal::Widgets::ColorTheme;
99
use Terminal::Widgets::ColorThemes;
10-
use Terminal::Widgets::SpanStyle;
10+
use Terminal::Widgets::SpanStyle Empty;
1111

12-
use Terminal::Widgets::TextContent;
12+
use Terminal::Widgets::TextContent Empty;
1313
use Terminal::Widgets::I18N::Translation;
1414
use Terminal::Widgets::I18N::Locale;
1515

0 commit comments

Comments
 (0)