Sync + Added dashboard for stats API

This commit is contained in:
Frikky
2025-10-20 11:37:26 +02:00
parent 9a20dcd426
commit 1bff92172b
38 changed files with 3985 additions and 1432 deletions
+1
View File
@@ -143,6 +143,7 @@ const Detection = (props) => {
size="small"
sx={{ mr: 2 }}
value={searchQuery}
disabled
onChange={(e) => setSearchQuery(e.target.value)}
/>
{/* <Button