Skip to content

Commit

Permalink
fix Select import to please the FormControl component's type comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
randall-krauskopf authored Oct 30, 2024
1 parent 5b65d42 commit 60fd753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Select/Select.features.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import {FormControl, Box, Heading} from '..'
import Select from '.'
import Select from './Select'

export default {
title: 'Components/Select/Features',
Expand Down

0 comments on commit 60fd753

Please sign in to comment.