Add logo image to the public directory

This commit is contained in:
Poyraz Avsever
2026-03-10 09:36:47 +03:00
parent 437080eb35
commit 29a0a8a893
9 changed files with 1690 additions and 5 deletions
+4 -1
View File
@@ -9,9 +9,12 @@
"lint": "eslint"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"next": "16.1.6",
"poyraz-ui": "^2.0.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",