Skip to content

Commit 94f7ef1

Browse files
authored
Fix public exports of TabbedContent (#4765)
1 parent 4414ecc commit 94f7ef1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from ._tabbed_content import ContentTab, ContentTabs
2+
3+
__all__ = [
4+
"ContentTab",
5+
"ContentTabs",
6+
]

0 commit comments

Comments
 (0)