Initial commit

This commit is contained in:
2024-05-26 16:29:15 +02:00
commit 6479807680
33 changed files with 4980 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": true,
"trailingComma": "none",
"plugins": ["prettier-plugin-tailwindcss"]
}