From ae60361cd4f31ac3e778b51c6d875d01a142c6e6 Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 24 May 2024 12:22:03 -0700 Subject: [PATCH] Update AppBarInternal.stories.js --- .../src/components/AppBarInternal/AppBarInternal.stories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/html/src/components/AppBarInternal/AppBarInternal.stories.js b/packages/html/src/components/AppBarInternal/AppBarInternal.stories.js index a9427761..05a90613 100644 --- a/packages/html/src/components/AppBarInternal/AppBarInternal.stories.js +++ b/packages/html/src/components/AppBarInternal/AppBarInternal.stories.js @@ -1,5 +1,5 @@ import { AppBarInternalTemplate } from './AppBarInternal' -import AppBarInternalStoryMeta from './../../../node_modules/@explorer-1/common-storybook/src/story-data/AppBarInternal' +import AppBarInternalStoryMeta from '@explorer-1/common-storybook/src/story-data/AppBarInternal' export default { ...AppBarInternalStoryMeta.meta