diff --git a/packages/components/src/TagGroup/TagGroup.stories.tsx b/packages/components/src/TagGroup/TagGroup.stories.tsx index 01a3283ef4..859c30bc8c 100644 --- a/packages/components/src/TagGroup/TagGroup.stories.tsx +++ b/packages/components/src/TagGroup/TagGroup.stories.tsx @@ -1,6 +1,7 @@ /* eslint-disable react-hooks/rules-of-hooks */ +import { useState } from '@storybook/preview-api'; import type { Meta, StoryObj } from '@storybook/react'; -import { Key, useState } from 'react'; +import { Key } from 'react'; import { Tag } from '.'; const meta = {