🛠️ Merge branch 'main' of github.com:pheralb/svgl into dev

This commit is contained in:
pheralb
2025-09-16 13:46:39 +01:00
18 changed files with 210 additions and 15 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
export type Category =
export type tCategory =
| "AI"
| "Software"
| "Hardware"
@@ -33,4 +33,5 @@ export type Category =
| "Analytics"
| "Sync Engine"
| "Platform"
| "Automation";
| "Automation"
| "Nuxt";