Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Jun 2, 2024
1 parent 428a1e1 commit 06552ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainPage/InfoBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { LinkText } from 'components/Text'
import QuoteBlock from 'components/QuoteBlock'
import classnames, {
alignItems,
Expand All @@ -9,7 +10,6 @@ import classnames, {
padding,
width,
} from 'classnames/tailwind'
import { LinkText } from 'components/Text'

const wrapper = classnames(
display('flex'),
Expand Down

0 comments on commit 06552ce

Please sign in to comment.