Skip to content

Commit

Permalink
fix: 빌드 실패 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Dec 29, 2024
1 parent f40b396 commit 2c69717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/components/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import { css } from "@styled-system/css";
import type { PropsWithChildren, ReactNode } from "react";
import { useOpenState } from "src/hooks";

import useOpenState from "../../hooks/useOpenState";

interface TooltipProps extends PropsWithChildren {
content: ReactNode;
Expand Down

0 comments on commit 2c69717

Please sign in to comment.