sqlite local

This commit is contained in:
m
2026-09-09 23:12:15 +02:00
parent e1360c19a2
commit 7dd29239b7
21 changed files with 2284 additions and 101 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function Index() {
useEffect(() => {
(async () => {
const saved = await getFolders();
setFolders(saved.map((ctx) => ctx.folder.name));
setFolders(saved.map((folder) => folder.name));
})();
}, []);