From ce2715a0351f847950e58e91c6adf257ee034201 Mon Sep 17 00:00:00 2001 From: andrewmorgans-razor Date: Wed, 11 Mar 2026 10:03:38 +0000 Subject: [PATCH] Update useScrollbarWidth.story.tsx Storybook doc linked to incorrect md file --- stories/useScrollbarWidth.story.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/useScrollbarWidth.story.tsx b/stories/useScrollbarWidth.story.tsx index f2192ce819..e8ff3d4d45 100644 --- a/stories/useScrollbarWidth.story.tsx +++ b/stories/useScrollbarWidth.story.tsx @@ -16,5 +16,5 @@ const Demo = () => { }; storiesOf('Sensors/useScrollbarWidth', module) - .add('Docs', () => ) + .add('Docs', () => ) .add('Demo', () => );