From 5539baf36dd93fad2063e88e7321abe5f769e8e6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 27 Nov 2025 15:08:18 +0000 Subject: [PATCH] Unused import --- packages/shared-components/src/pill-input/Pill/Pill.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-components/src/pill-input/Pill/Pill.stories.tsx b/packages/shared-components/src/pill-input/Pill/Pill.stories.tsx index 4bc59a0e23..903ab167e0 100644 --- a/packages/shared-components/src/pill-input/Pill/Pill.stories.tsx +++ b/packages/shared-components/src/pill-input/Pill/Pill.stories.tsx @@ -8,7 +8,7 @@ import React from "react"; import { fn } from "storybook/test"; -import type { Meta, StoryFn, StoryObj } from "@storybook/react-vite"; +import type { Meta, StoryFn } from "@storybook/react-vite"; import { Pill } from "./Pill"; import { I18nApi, I18nContext } from "../..";