feat: init org thumbnails creation & edition & redesign dash org config page

This commit is contained in:
swve 2024-09-27 11:03:33 +02:00
parent 41a11c5f83
commit aecf03404f
17 changed files with 661 additions and 99 deletions

View file

@ -25,7 +25,8 @@
"@images/*": ["public/img/*"],
"@styles/*": ["styles/*"],
"@services/*": ["services/*"],
"@editor/*": ["components/Objects/Editor/*"]
"@editor/*": ["components/Objects/Editor/*"],
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/**/*.tsx", ".next/types/**/*.ts"],