Skip to content

Commit 07ffa33

Browse files
committed
Update ProjectTemplate.tsx
1 parent 88307b7 commit 07ffa33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/components/ProjectTemplate.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import {
1212
Text,
1313
ThemeProvider,
1414
} from '@ui5/webcomponents-react';
15+
// eslint-disable-next-line import/order
16+
import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base/internal/utils';
1517
import { clsx } from 'clsx';
1618
import type { ReactNode } from 'react';
1719
import { useRef, useState } from 'react';
1820
import classes from './ProjectTemplate.module.css';
19-
import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base/internal/utils';
2021

2122
interface ProjectTemplatePropTypes {
2223
title: string;

0 commit comments

Comments
 (0)