Skip to content

Commit

Permalink
Fix build (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturDolzan authored Dec 27, 2024
1 parent d061809 commit 80eeb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ComponentProps, MutableRefObject, ReactNode, useState } from 'react'
import { ComponentProps, MutableRefObject, useState } from 'react'
import { Menu } from './Menu'
import { useOnClickOutside } from '../hooks/useOnClickOutside'
import { CheckMarkIcon } from './icons/CheckMark'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ComponentProps } from 'react'
import { ComponentProps } from 'react'

export const CheckMarkIcon = (props: ComponentProps<'svg'>) => (
<svg
Expand Down

0 comments on commit 80eeb15

Please sign in to comment.