Skip to content

Commit

Permalink
Update packages/@react-spectrum/s2/stories/SelectBoxGroup.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger authored Nov 4, 2024
1 parent a374a3e commit fb1832c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Bell from '../s2wf-icons/S2_Icon_Bell_20_N.svg';
import Heart from '../s2wf-icons/S2_Icon_Heart_20_N.svg';
import type {Meta, StoryObj} from '@storybook/react';
import {SelectBox} from '../src/SelectBox';
import {SelectBoxGroup} from '../src/SelectBoxGroup'
import {SelectBoxGroup} from '../src/SelectBoxGroup';
import {Text} from '../src';

const meta: Meta<typeof SelectBoxGroup> = {
Expand Down

0 comments on commit fb1832c

Please sign in to comment.