From 3b89049f5968357df63b108e7c1e21f0cbe8d37a Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:14:04 +0200 Subject: [PATCH] Fix import --- sparkle/src/components/PriceTable.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/sparkle/src/components/PriceTable.tsx b/sparkle/src/components/PriceTable.tsx index d5f8fbbd2d17..8b65bf2a2b5a 100644 --- a/sparkle/src/components/PriceTable.tsx +++ b/sparkle/src/components/PriceTable.tsx @@ -1,6 +1,5 @@ import React, { ReactNode } from "react"; -import { Button } from "@sparkle/_index"; import { Check, Dash, XMark } from "@sparkle/icons/solid"; import { classNames } from "@sparkle/lib/utils";