Clean up pages

This commit is contained in:
1ilit
2024-04-05 22:34:25 +03:00
parent 83985ba188
commit 639518e3bf
6 changed files with 184 additions and 186 deletions

View File

@@ -12,6 +12,7 @@ export default function Templates() {
const defaultTemplates = useLiveQuery(() =>
db.templates.where({ custom: 0 }).toArray()
);
const customTemplates = useLiveQuery(() =>
db.templates.where({ custom: 1 }).toArray()
);