Skip to content

Commit f4f710b

Browse files
committed
Lints
1 parent 3a75b13 commit f4f710b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/mobile-app/app/onboarding/create-pin.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Text,
77
TextInput,
88
TouchableOpacity,
9-
Linking,
109
} from "react-native";
1110
import Hyperlink from "react-native-hyperlink";
1211
import { useHeaderHeight } from "@react-navigation/elements";

packages/mobile-app/app/onboarding/import-encoded.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { StyleSheet, TouchableOpacity, View } from "react-native";
1+
import { StyleSheet, View } from "react-native";
22
import { Button, CheckBox, Input, Layout, Text } from "@ui-kitten/components";
33
import { Stack, useRouter } from "expo-router";
44
import { useState } from "react";

0 commit comments

Comments
 (0)