File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
packages/mobile-app/app/(drawer) Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
11
11
Icon ,
12
12
IconProps ,
13
13
} from "@ui-kitten/components" ;
14
- import { SafeAreaView } from "react-native-safe-area-context" ;
15
14
16
15
const PlusIcon = ( props : IconProps ) => < Icon { ...props } name = "plus-outline" /> ;
17
16
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ const NotesIcon = (props: IconProps) => <Icon {...props} name="file-outline" />;
19
19
const OreoIcon = ( props : IconProps ) => (
20
20
< Icon { ...props } name = "archive-outline" />
21
21
) ;
22
- const BrowserIcon = ( props : IconProps ) => (
23
- < Icon { ...props } name = "globe-outline" />
24
- ) ;
25
22
const DeleteIcon = ( props : IconProps ) => (
26
23
< Icon { ...props } name = "trash-2-outline" />
27
24
) ;
You can’t perform that action at this time.
0 commit comments