Removing useDialog, cause rerender

This commit is contained in:
Belen Curcio 2020-11-07 19:16:10 -03:00
parent 115cf12529
commit f8a75b8e25

View File

@ -1,5 +1,4 @@
import cn from 'classnames'
import { FC, useRef, useMemo } from 'react'
import { FC, useRef } from 'react'
import s from './Sidebar.module.css'
import { Transition } from '@headlessui/react'
import { useOverlay, OverlayContainer } from '@react-aria/overlays'