From 4ddeb4c54517be2b6b54cf9b30a7ac4934a023bc Mon Sep 17 00:00:00 2001 From: WK Wong Date: Wed, 6 Nov 2024 23:31:59 +0800 Subject: [PATCH] fix(docs): export issue --- apps/docs/content/components/button/group-use-case.raw.jsx | 2 +- apps/docs/content/components/button/icon-only.raw.jsx | 4 ++-- apps/docs/content/components/button/icons.raw.jsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/content/components/button/group-use-case.raw.jsx b/apps/docs/content/components/button/group-use-case.raw.jsx index b880294fec..7bcc9ff36d 100644 --- a/apps/docs/content/components/button/group-use-case.raw.jsx +++ b/apps/docs/content/components/button/group-use-case.raw.jsx @@ -7,7 +7,7 @@ import { DropdownItem, } from "@nextui-org/react"; -export const ChevronDownIcon = () => ( +const ChevronDownIcon = () => ( { +const HeartIcon = ({fill = "currentColor", filled, size, height, width, ...props}) => { return ( { +const CameraIcon = ({fill = "currentColor", size, height, width, ...props}) => { return ( { +const UserIcon = ({fill = "currentColor", size, height, width, ...props}) => { return ( { +const CameraIcon = ({fill = "currentColor", size, height, width, ...props}) => { return (