chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:07:47 +02:00
commit e3a13a8504
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@project/mantine-theme",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@pikku/mantine": "^0.12.6"
}
}