Skip to content

Commit

Permalink
Linting and cleanup for @shuesken...
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 22, 2024
1 parent e6e5fc9 commit 8eb053d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions nr-app/app/(tabs)/connect.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import "react-native-get-random-values";
import { sendConnectResponse } from "@/nostr/nip-46.nostr";
import { useState } from "react";
import {
ScrollView,
Button,
SafeAreaView,
ScrollView,
StyleSheet,
Text,
TextInput,
Button,
} from "react-native";
import { useAppDispatch } from "@/redux/hooks";
import { useState } from "react";
import { sendConnectResponse } from "@/nostr/nip-46.nostr";
import "react-native-get-random-values";

export default function TabFourScreen() {
const [connectURI, setConnectURI] = useState("");
Expand Down

0 comments on commit 8eb053d

Please sign in to comment.