Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Youakeem committed Sep 18, 2024
1 parent 500cde0 commit da7cd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { keyframes } from '@emotion/react'
import styled from '@emotion/styled'
import * as TooltipPrimitive from '@radix-ui/react-tooltip'
import { type ComponentProps } from 'react'
import { Text, theme } from 'ui'
import { theme } from '../../theme'
import { Text } from '../Text/Text'

type RootProps = ComponentProps<typeof TooltipPrimitive.Root>
const TooltipRoot = ({ children, ...props }: RootProps) => {
Expand Down

0 comments on commit da7cd4c

Please sign in to comment.