chore: kanban template

This commit is contained in:
e2e
2026-06-21 19:23:05 +02:00
commit 758d1c7953
209 changed files with 215578 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"name": "Default",
"primaryColor": "blue"
}

View File

@@ -0,0 +1,7 @@
// Generated by the fabric-theme tool — do not edit by hand.
// Lists every palette JSON in this directory. Add palettes via the theme tool.
import p_default from './default.json'
export const palettes: Record<string, unknown> = {
default: p_default,
}