We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88307b7 commit 07ffa33Copy full SHA for 07ffa33
.storybook/components/ProjectTemplate.tsx
@@ -12,11 +12,12 @@ import {
12
Text,
13
ThemeProvider,
14
} from '@ui5/webcomponents-react';
15
+// eslint-disable-next-line import/order
16
+import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base/internal/utils';
17
import { clsx } from 'clsx';
18
import type { ReactNode } from 'react';
19
import { useRef, useState } from 'react';
20
import classes from './ProjectTemplate.module.css';
-import { addCustomCSSWithScoping } from '@ui5/webcomponents-react-base/internal/utils';
21
22
interface ProjectTemplatePropTypes {
23
title: string;
0 commit comments