Skip to content

Commit e46f8dc

Browse files
committed
Update ProjectTemplate.tsx
1 parent 2433dce commit e46f8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/components/ProjectTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Text,
1313
ThemeProvider,
1414
} from '@ui5/webcomponents-react';
15-
import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base';
15+
import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base/dist/utils/addCustomCSSWithScoping.js';
1616
import { clsx } from 'clsx';
1717
import type { ReactNode } from 'react';
1818
import { useRef, useState } from 'react';

0 commit comments

Comments
 (0)