From 64f849bac405eac01dce8942155c1207139a48af Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 1 Oct 2024 15:07:03 -0700 Subject: [PATCH] rm handle component --- src/components/Dialog/index.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 23fef5794d..2a59ac7f67 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -214,28 +214,6 @@ export const InnerFlatList = React.forwardRef< ) }) -export function Handle() { - const t = useTheme() - - return ( - - - - ) -} - export function Close() { return null }