fix lint issue with master rebase

This commit is contained in:
Loewy 2024-01-15 11:51:43 -08:00
parent 7faa25e103
commit c391a07d70

View File

@ -1,6 +1,7 @@
import React from "react";
import { Text } from "react-native";
import ClientProvider from "./graphql/client";
import ShotsContainer from "./component/shot";
const App: React.FC = () => {
return (