Skip to content

Commit 6587fba

Browse files
committed
fix: fix linting issues
1 parent d87a4b1 commit 6587fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/bottom-sheet-native/src/components/ExpandingDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createElement, ReactNode, ReactElement, useCallback, useState, useRef, Children, useMemo } from "react";
1+
import { ReactNode, ReactElement, useCallback, useState, useRef, Children, useMemo } from "react";
22
import { Dimensions, LayoutChangeEvent, SafeAreaView, StyleSheet, View } from "react-native";
33
import BottomSheet, { BottomSheetView } from "@gorhom/bottom-sheet";
44
import { BottomSheetStyle } from "../ui/Styles";

0 commit comments

Comments
 (0)