diff --git a/packages/react/src/components/FeatureFlags/overview.stories.mdx b/packages/react/src/components/FeatureFlags/overview.stories.mdx index b5508fa6bff1..6a39b5f2c11a 100644 --- a/packages/react/src/components/FeatureFlags/overview.stories.mdx +++ b/packages/react/src/components/FeatureFlags/overview.stories.mdx @@ -47,6 +47,8 @@ application's react tree. Multiple feature flags can be configured at the same time. ```jsx +import { unstable_FeatureFlags as FeatureFlags } from '@carbon/react'; +