format codebase with prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { View, Text, TextInput, Pressable } from 'react-native';
|
||||
import { useLocalSearchParams } from 'expo-router';
|
||||
import BaseBackground from '../../components/BaseBackground';
|
||||
import { View, Text, TextInput, Pressable } from "react-native";
|
||||
import { useLocalSearchParams } from "expo-router";
|
||||
import BaseBackground from "../../components/BaseBackground";
|
||||
|
||||
const EventDetailScreen = () => {
|
||||
const { id } = useLocalSearchParams<{ id: string }>();
|
||||
@@ -12,7 +12,7 @@ const EventDetailScreen = () => {
|
||||
// TODO: Delete button -> EventService.delete()
|
||||
// TODO: Link to NoteScreen for this event
|
||||
// TODO: Loading and error states
|
||||
throw new Error('Not implemented');
|
||||
throw new Error("Not implemented");
|
||||
|
||||
return (
|
||||
<BaseBackground>
|
||||
|
||||
Reference in New Issue
Block a user