From ad1644c5f75932f11830c7b0a0d682886c119e91 Mon Sep 17 00:00:00 2001 From: rajat693 Date: Fri, 23 Aug 2024 17:19:24 +0530 Subject: [PATCH] fix: fab component import --- .../src/components/Fab/index.nw.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook-nativewind/src/components/Fab/index.nw.stories.mdx b/example/storybook-nativewind/src/components/Fab/index.nw.stories.mdx index 0c98c4a0a..38bcfa1d0 100644 --- a/example/storybook-nativewind/src/components/Fab/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/components/Fab/index.nw.stories.mdx @@ -161,7 +161,7 @@ npm i @gluestack-ui/fab To use this component in your project, include the following import statement in your file. ```jsx -import { Fab } from '@gluestack-ui/themed'; +import { Fab, FabLabel, FabIcon } from '@/components/ui/fab'; ```