@@ -6,19 +6,15 @@ import * as modBadge from '../../src/Badge';
6
6
import * as modButton from '../../src/Button' ;
7
7
import * as modButtonGroup from '../../src/ButtonGroup' ;
8
8
import * as modButtonInput from '../../src/ButtonInput' ;
9
-
10
9
import * as modButtonToolbar from '../../src/ButtonToolbar' ;
11
10
import * as modCollapse from '../../src/Collapse' ;
12
-
13
11
import * as modCollapsibleNav from '../../src/CollapsibleNav' ;
14
12
import * as modCollapsibleMixin from '../../src/CollapsibleMixin' ;
15
13
import * as modCarousel from '../../src/Carousel' ;
16
14
import * as modCarouselItem from '../../src/CarouselItem' ;
17
15
import * as modCol from '../../src/Col' ;
18
16
import * as modDropdownButton from '../../src/DropdownButton' ;
19
-
20
17
import * as modFade from '../../src/Fade' ;
21
-
22
18
import * as modFormControls from '../../src/FormControls' ;
23
19
import * as modGlyphicon from '../../src/Glyphicon' ;
24
20
import * as modGrid from '../../src/Grid' ;
@@ -40,7 +36,6 @@ import * as modPagination from '../../src/Pagination';
40
36
import * as modPanel from '../../src/Panel' ;
41
37
import * as modPanelGroup from '../../src/PanelGroup' ;
42
38
import * as modPopover from '../../src/Popover' ;
43
- //import * as modPopoverTrigger from '../../src/PopoverTrigger';
44
39
import * as modProgressBar from '../../src/ProgressBar' ;
45
40
import * as modRow from '../../src/Row' ;
46
41
import * as modSplitButton from '../../src/SplitButton' ;
@@ -49,9 +44,7 @@ import * as modTable from '../../src/Table';
49
44
import * as modTabPane from '../../src/TabPane' ;
50
45
import * as modThumbnail from '../../src/Thumbnail' ;
51
46
import * as modTooltip from '../../src/Tooltip' ;
52
- //import * as modTooltipTrigger from '../../src/TooltipTrigger';
53
47
import * as modWell from '../../src/Well' ;
54
-
55
48
import * as modPortal from '../../src/Portal' ;
56
49
import * as modOverlay from '../../src/Overlay' ;
57
50
@@ -68,8 +61,6 @@ const classNames = modClassNames.default;
68
61
const Portal = modPortal . default ;
69
62
const Collapse = modCollapse . default ;
70
63
const Fade = modFade . default ;
71
-
72
-
73
64
const React = modReact . default ;
74
65
const Accordion = modAccordion . default ;
75
66
const Alert = modAlert . default ;
@@ -97,17 +88,14 @@ const Navbar = modNavbar.default;
97
88
const NavItem = modNavItem . default ;
98
89
const MenuItem = modMenuItem . default ;
99
90
const Modal = modModal . default ;
100
-
101
91
const OverlayTrigger = modOverlayTrigger . default ;
102
-
103
92
const PageHeader = modPageHeader . default ;
104
93
const PageItem = modPageItem . default ;
105
94
const Pagination = modPagination . default ;
106
95
const Pager = modPager . default ;
107
96
const Panel = modPanel . default ;
108
97
const PanelGroup = modPanelGroup . default ;
109
98
const Popover = modPopover . default ;
110
- //const PopoverTrigger = modPopoverTrigger.default;
111
99
const ProgressBar = modProgressBar . default ;
112
100
const Row = modRow . default ;
113
101
const SplitButton = modSplitButton . default ;
@@ -116,7 +104,6 @@ const Table = modTable.default;
116
104
const TabPane = modTabPane . default ;
117
105
const Thumbnail = modThumbnail . default ;
118
106
const Tooltip = modTooltip . default ;
119
- //const TooltipTrigger = modTooltipTrigger.default;
120
107
const Well = modWell . default ;
121
108
const Overlay = modOverlay . default ;
122
109
0 commit comments