Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Jun 18, 2024
1 parent ee52e18 commit a4c3d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/base/button/index.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit a4c3d6d

Please sign in to comment.