Add Photos UI

This commit is contained in:
Bruno Bernardino
2024-04-27 08:12:44 +01:00
parent 3f5422f8eb
commit 635ca90de0
12 changed files with 757 additions and 122 deletions

View File

@@ -40,7 +40,7 @@ export const handler: Handlers<Data, FreshContextState> = {
},
};
export default function FilesPage({ data }: PageProps<Data, FreshContextState>) {
export default function NotesPage({ data }: PageProps<Data, FreshContextState>) {
return (
<main>
<NotesWrapper