feat: implement product creation and update features with form handling and routing

This commit is contained in:
2025-12-06 17:48:16 +03:30
parent 70f39de9d8
commit abf53bac03
22 changed files with 606 additions and 48 deletions
+2 -1
View File
@@ -33,7 +33,8 @@
}
],
"plugins": [
"prettier-plugin-organize-imports"
"prettier-plugin-organize-imports",
"prettier-plugin-tailwindcss"
],
"printWidth": 100,
"semi": true,