Skip to content

Commit

Permalink
fix(docs): indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 18, 2024
1 parent c697b66 commit 6291d28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/docs/content/docs/components/drawer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ NextUI exports 5 drawer-related components:
<ImportTabs
commands={{
main: `import {
Drawer,
DrawerContent,
DrawerHeader,
DrawerBody,
DrawerFooter
Drawer,
DrawerContent,
DrawerHeader,
DrawerBody,
DrawerFooter
} from "@nextui-org/react";`,
individual:
`import {
Drawer,
DrawerContent,
DrawerHeader,
DrawerBody,
DrawerFooter
Drawer,
DrawerContent,
DrawerHeader,
DrawerBody,
DrawerFooter
} from "@nextui-org/drawer";`,
}}
/>
Expand Down

0 comments on commit 6291d28

Please sign in to comment.