Skip to content

Commit 286316d

Browse files
author
Alexander Janet
committed
fix(documentation): fixed bug wiht Tooltip
1 parent 3706154 commit 286316d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styleguide/setup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Output from '../src/Output';
66
import Section from '../src/Section';
77
import TetherContent from '../src/TetherContent';
88
import Dropdown from '../src/Dropdown';
9+
import Tooltip from '../src/Tooltip';
910

1011
global.BootstrapProvider = BootstrapProvider;
1112
global.Col = Col;
@@ -15,3 +16,4 @@ global.Output = Output;
1516
global.Section = Section;
1617
global.TetherContent = TetherContent;
1718
global.Dropdown = Dropdown;
19+
global.Tooltip = Tooltip;

0 commit comments

Comments
 (0)