Skip to content

Commit

Permalink
chore: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Aug 2, 2023
1 parent f39c0f4 commit a47745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create } from '@storybook/theming';
import { getStoryAssetPath } from 'src/services';
import { getStoryAssetPath } from '../src/services';

export default create({
base: 'light',
Expand Down

0 comments on commit a47745e

Please sign in to comment.