Skip to content

Commit

Permalink
Change file to NoteItem
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Nov 3, 2024
1 parent 5a205ab commit c885a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(tabs)/notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Poppins_400Regular, useFonts } from '@expo-google-fonts/poppins';
import { Redirect, useFocusEffect } from 'expo-router';
import { useCallback, useState } from 'react';
import { FlatList, SafeAreaView, StyleSheet } from 'react-native';
import NoteItem from '../../components/NotesItem';
import NoteItem from '../../components/NoteItem';
import { colors } from '../../constants/colors';
import type { Note } from '../../migrations/00003-createTableNotes';
import type { NotesResponseBodyGet } from '../api/notes/notes+api';
Expand Down
File renamed without changes.

0 comments on commit c885a90

Please sign in to comment.