From 14fb041ec2fb97fcf910cd42e37bcbc4aa1d1dff Mon Sep 17 00:00:00 2001 From: sarahgm <38324334+sarahgm@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:54:33 +0100 Subject: [PATCH] fix([DST-636]): fix tag story (#4373) --- packages/components/src/TagGroup/TagGroup.stories.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {