Skip to content

Commit

Permalink
clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Nov 21, 2024
1 parent fd9366f commit 5c6516b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/src/atoms/buttons/EmptySelectorButton.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import styled from 'styled-components'
import { Flex } from '../../primitives'
import {
ALIGN_CENTER,
BORDERS,
COLORS,
CURSOR_DEFAULT,
CURSOR_POINTER,
FLEX_MAX_CONTENT,
Icon,
SPACING,
StyledText,
JUSTIFY_CENTER,
JUSTIFY_START,
ALIGN_CENTER,
FLEX_MAX_CONTENT,
SPACING,
StyledText,
} from '../../index'
import type { IconName } from '../../index'
interface EmptySelectorButtonProps {
Expand Down

0 comments on commit 5c6516b

Please sign in to comment.