Skip to content

Commit 9d606bb

Browse files
frankieyanclaude
andcommitted
docs: export FIGMA_NOT_NEEDED from the figma barrel
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a89c639 commit 9d606bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.plop/templates/component/component.stories.tsx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const meta = {
2020
* Figma design link
2121
* Used to link to the component's design in Figma. Until you add one, the toolbar shows a
2222
* "No Figma link" reminder; for non-visual components set `figma: FIGMA_NOT_NEEDED` (imported
23-
* from `.storybook/figma/constants`).
23+
* from `.storybook/figma`).
2424
* @see .storybook/figma/README.md
2525
*/
2626
figma: {

.storybook/figma/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { FigmaTool } from './figma-tool'
2-
export { ADDON_ID, TOOL_ID } from './constants'
2+
export { ADDON_ID, FIGMA_NOT_NEEDED, TOOL_ID } from './constants'

0 commit comments

Comments
 (0)