Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Nov 1, 2024
1 parent ff0dbe1 commit 01beae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/FormControl/FormControl.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useState} from 'react'
import type {Meta} from '@storybook/react'
import {BaseStyles, Box, Checkbox, FormControl, TextInput, TextInputWithTokens, ThemeProvider, theme} from '..'
import {Box, Checkbox, FormControl, TextInput, TextInputWithTokens} from '..'
import type {FormValidationStatus} from '../utils/types/FormValidationStatus'

export default {
Expand Down

0 comments on commit 01beae0

Please sign in to comment.