Skip to content

Commit f4a49a3

Browse files
committed
fix export issues
1 parent fa61d3f commit f4a49a3

File tree

3 files changed

+146
-111
lines changed

3 files changed

+146
-111
lines changed

pages/docs/[...slug].tsx

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import ProfileMenu from "components/docs/profile-menu";
5050
import AvatarStack from "components/docs/avatar-stack";
5151
import StickyNavbar from "components/docs/sticky-navbar";
5252
import ComplexNavbar from "components/docs/complex-navbar";
53+
import Warning from "components/warning";
5354

5455
// new imports
5556
import * as BadgeExamples from "components/docs/react/badge";
@@ -105,6 +106,10 @@ import {
105106
ButtonGroup,
106107
Carousel,
107108
List,
109+
ListItem,
110+
ListItemPrefix,
111+
ListItemSuffix,
112+
Collapse,
108113
} from "@material-tailwind/react";
109114

110115
// @heroicons
@@ -251,6 +256,10 @@ const components = {
251256
ButtonGroup,
252257
Carousel,
253258
List,
259+
ListItem,
260+
ListItemPrefix,
261+
ListItemSuffix,
262+
Collapse,
254263
OutlineIcons,
255264
SolidIcons,
256265
CountriesSelect,
@@ -264,6 +273,7 @@ const components = {
264273
AvatarStack,
265274
StickyNavbar,
266275
ComplexNavbar,
276+
Warning,
267277

268278
// new components
269279
BadgeExamples,

0 commit comments

Comments
 (0)