fixing import of Themes to satisfy pr build

This commit is contained in:
trueheads
2025-12-17 09:53:57 -06:00
parent 8f598d7ce3
commit 2af43d7c2d

View File

@@ -30,7 +30,10 @@ export type Theme =
| "catppuccin"
| "onedark"
| "synthwave"
| "red";
| "red"
| "cream"
| "sunset"
| "gray";
export type KanbanDetailLevel = "minimal" | "standard" | "detailed";