@@ -4,6 +4,14 @@ import { Description, Subtitle, Title, useOf } from '@storybook/addon-docs/block
44import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js' ;
55import MessageStripDesign from '@ui5/webcomponents/dist/types/MessageStripDesign.js' ;
66import copyIcon from '@ui5/webcomponents-icons/dist/copy.js' ;
7+ import { clsx } from 'clsx' ;
8+ import type { ComponentProps } from 'react' ;
9+ import { Fragment } from 'react' ;
10+ import { useGetSubComponentsOfModule } from '../utils' ;
11+ import classes from './DocsHeader.module.css' ;
12+ import { GitHubLogo } from './GitHub-Mark' ;
13+ import { Import } from './Import' ;
14+ import { TableOfContent } from './TableOfContent' ;
715import {
816 Button ,
917 FlexBox ,
@@ -14,14 +22,6 @@ import {
1422 Text ,
1523 ThemeProvider ,
1624} from '@ui5/webcomponents-react' ;
17- import { clsx } from 'clsx' ;
18- import type { ComponentProps } from 'react' ;
19- import { Fragment } from 'react' ;
20- import { useGetSubComponentsOfModule } from '../utils' ;
21- import classes from './DocsHeader.module.css' ;
22- import { GitHubLogo } from './GitHub-Mark' ;
23- import { Import } from './Import' ;
24- import { TableOfContent } from './TableOfContent' ;
2525
2626const Links = ( { isChart } : { isChart ?: boolean } ) => {
2727 const githubUrl = `https://github.com/UI5/webcomponents-react` ;
0 commit comments