diff --git a/packages/react-sandbox/src/components/TextEllipsis/helper.ts b/packages/react-sandbox/src/components/TextEllipsis/helper.ts index dad217fd6..746cd0edb 100644 --- a/packages/react-sandbox/src/components/TextEllipsis/helper.ts +++ b/packages/react-sandbox/src/components/TextEllipsis/helper.ts @@ -1,6 +1,6 @@ // https://github.com/fernandopasik/react-children-utilities/blob/971d8a0324e6183734d8d1af9a65dbad18ab3d00/src/lib/onlyText.ts -import { Children, isValidElement, ReactElement, ReactNode } from 'react'; +import { Children, isValidElement, ReactElement, ReactNode } from 'react' const hasChildren = ( element: ReactNode diff --git a/packages/react/src/components/DropdownSelector/ListItem/index.tsx b/packages/react/src/components/DropdownSelector/ListItem/index.tsx index 5f52cf272..dd739e3ea 100644 --- a/packages/react/src/components/DropdownSelector/ListItem/index.tsx +++ b/packages/react/src/components/DropdownSelector/ListItem/index.tsx @@ -1,4 +1,4 @@ -import { ReactNode, type JSX } from 'react'; +import { ReactNode, type JSX } from 'react' import styled from 'styled-components' export type CustomJSXElement = diff --git a/packages/styled/src/index.test.tsx b/packages/styled/src/index.test.tsx index b426529bd..036877559 100644 --- a/packages/styled/src/index.test.tsx +++ b/packages/styled/src/index.test.tsx @@ -6,7 +6,7 @@ import styled, { ThemeProvider } from 'styled-components' import { Example } from './index.story' import { MyTheme, myTheme } from './storyHelper' -import type { JSX } from "react"; +import type { JSX } from 'react' function render(children: JSX.Element) { return renderer