Skip to content

Commit

Permalink
minor fix for extension lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-shanghai committed Aug 21, 2024
1 parent fa03d98 commit 953bbd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/components/Flex/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const Row = styled.div<{
align-items: ${({ alignItems = 'center' }) => alignItems};
`

// eslint-disable-next-line import/no-unused-modules
export const Column = styled.div<{
gap?: number
justify?: 'stretch' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'space-between' | 'space-around'
Expand Down

0 comments on commit 953bbd5

Please sign in to comment.