From a4c3d6d6fd79bc50bf1a024cc156d850b6c7a645 Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Tue, 18 Jun 2024 13:15:40 +0800 Subject: [PATCH] fix: lint --- web/app/components/base/button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/button/index.tsx b/web/app/components/base/button/index.tsx index e437728c5e3e7c..df7c2df0b16183 100644 --- a/web/app/components/base/button/index.tsx +++ b/web/app/components/base/button/index.tsx @@ -1,4 +1,4 @@ -import type { FC, MouseEventHandler, PropsWithChildren, CSSProperties } from 'react' +import type { CSSProperties, FC, MouseEventHandler, PropsWithChildren } from 'react' import React, { memo } from 'react' import classNames from 'classnames' import Spinner from '../spinner'