Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed May 7, 2024
1 parent b4aadc2 commit a20f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/chip/src/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a20f2fc

Please sign in to comment.