format codebase with prettier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { View, Text, TextInput, Pressable } from 'react-native';
|
||||
import BaseBackground from '../components/BaseBackground';
|
||||
import { View, Text, TextInput, Pressable } from "react-native";
|
||||
import BaseBackground from "../components/BaseBackground";
|
||||
|
||||
const RegisterScreen = () => {
|
||||
// TODO: Email input field
|
||||
@@ -10,7 +10,7 @@ const RegisterScreen = () => {
|
||||
// TODO: Link to LoginScreen
|
||||
// TODO: Error handling and display
|
||||
// TODO: Navigate to Calendar on success
|
||||
throw new Error('Not implemented');
|
||||
throw new Error("Not implemented");
|
||||
|
||||
return (
|
||||
<BaseBackground>
|
||||
|
||||
Reference in New Issue
Block a user