Unused import

This commit is contained in:
David Baker 2025-11-27 15:08:18 +00:00
parent f2fa0acacc
commit 5539baf36d

View File

@ -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 "../..";