Skip to content

Commit b02d9c5

Browse files
committed
fix import
1 parent 95a9ce2 commit b02d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Preview, ReactRenderer } from '@storybook/react';
44

55
import { STORYBOOK_MODES, STORYBOOK_SIZES } from './constants';
66

7-
import '../styles/index.css';
7+
import '#ui/styles/index.css';
88

99
const preview: Preview = {
1010
parameters: {

0 commit comments

Comments
 (0)