From ebf19ca289634d5cb757351c56af95f73bc7c75c Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Mon, 23 May 2022 12:43:31 +0200 Subject: [PATCH] cleanup unused import --- packages/@headlessui-react/src/components/tabs/tabs.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/@headlessui-react/src/components/tabs/tabs.tsx b/packages/@headlessui-react/src/components/tabs/tabs.tsx index 2cc1bbc..cf83340 100644 --- a/packages/@headlessui-react/src/components/tabs/tabs.tsx +++ b/packages/@headlessui-react/src/components/tabs/tabs.tsx @@ -7,7 +7,6 @@ import React, { useRef, // Types - ContextType, ElementType, KeyboardEvent as ReactKeyboardEvent, MouseEvent as ReactMouseEvent,