Skip to content

Commit

Permalink
fix([DST-636]): fix tag story (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Jan 9, 2025
1 parent 9bda12f commit 14fb041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/TagGroup/TagGroup.stories.tsx
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 14fb041

Please sign in to comment.