Clean up, reimplement native paper, and sign in screen.
This commit is contained in:
4
app/sign-in.tsx
Normal file
4
app/sign-in.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import SignIn from "@/components/sign-in/sign-in";
|
||||
export default function SignInScreen() {
|
||||
return <SignIn />;
|
||||
}
|
||||
Reference in New Issue
Block a user