From a47745e2214faf749156c96a3ffd54a7537d99bc Mon Sep 17 00:00:00 2001 From: Elar Huik Date: Wed, 2 Aug 2023 12:06:48 +0300 Subject: [PATCH] chore: fix import path --- .storybook/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/theme.js b/.storybook/theme.js index 387a774b..5d2da012 100644 --- a/.storybook/theme.js +++ b/.storybook/theme.js @@ -1,5 +1,5 @@ import { create } from '@storybook/theming'; -import { getStoryAssetPath } from 'src/services'; +import { getStoryAssetPath } from '../src/services'; export default create({ base: 'light',