From 13766200cd3a7151b5bb6d1f2c0d48f228a7ea4a Mon Sep 17 00:00:00 2001 From: yue Date: Wed, 29 May 2024 16:20:47 +0900 Subject: [PATCH] fix: format --- packages/react-sandbox/src/components/TextEllipsis/helper.ts | 2 +- packages/styled/src/index.test.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/styled/src/index.test.tsx b/packages/styled/src/index.test.tsx index b57f4b89c..86a3536f6 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 './addThemeUtils.story' import { MyTheme, myTheme } from './storyHelper' -import type { JSX } from "react"; +import type { JSX } from 'react' function render(children: JSX.Element) { return renderer