format codebase with prettier

This commit is contained in:
2026-01-04 16:17:36 +01:00
parent 77f15b6dd1
commit e3f7a778c7
63 changed files with 786 additions and 542 deletions

View File

@@ -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 NoteScreen = () => {
const { id } = useLocalSearchParams<{ id: string }>();
@@ -10,7 +10,7 @@ const NoteScreen = () => {
// TODO: Auto-save or manual save button
// TODO: Save changes -> EventService.update({ note: ... })
// TODO: Loading and error states
throw new Error('Not implemented');
throw new Error("Not implemented");
return (
<BaseBackground>