()
| 47 | }, []); |
| 48 | |
| 49 | const close = () => props.close(); |
| 50 | return ( |
| 51 | <Drawer open={true} anchor="right" className="w-full" onClose={close}> |
| 52 | <div className="dark:text-gray-300 w-screen sm:w-[calc(75vw)] max-w-full flex flex-col p-4"> |
nothing calls this directly
no outgoing calls
no test coverage detected