From a20f2fc2647ba7e8a2effe3fb476ca70720119f1 Mon Sep 17 00:00:00 2001 From: Alexandre Asselin Date: Tue, 7 May 2024 11:21:43 -0400 Subject: [PATCH] fix import --- packages/components/src/chip/src/Chip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/chip/src/Chip.tsx b/packages/components/src/chip/src/Chip.tsx index ed81ca003..b21bc99bf 100644 --- a/packages/components/src/chip/src/Chip.tsx +++ b/packages/components/src/chip/src/Chip.tsx @@ -2,7 +2,7 @@ import { IconContext } from "@hopper-ui/icons"; import { type StyledSystemProps, useStyledSystem, type ResponsiveProp, useResponsiveValue } from "@hopper-ui/styled-system"; import clsx from "clsx"; import { forwardRef, type ForwardedRef, type CSSProperties } from "react"; -import { useContextProps } from "react-aria-components"; +import { DEFAULT_SLOT, useContextProps } from "react-aria-components"; import { IconListContext } from "../../IconList/index.ts"; import { Text, TextContext, type TextProps } from "../../Text/index.ts";