chore(frontend): remove unused zustand dependency and fix HTML title

- Remove zustand from package.json (was declared but never imported)
- Fix index.html title from 'arma3-frontend' to 'Arma 3 Server Manager'
This commit is contained in:
MrFastwind
2026-07-23 20:15:27 +02:00
parent f4d98830dc
commit d54c46d2ad
3 changed files with 1189 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>arma3-frontend</title>
<title>Arma 3 Server Manager</title>
</head>
<body>
<div id="root"></div>