mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-17 07:54:01 +00:00
Clean up pages
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
Reference in New Issue
Block a user