Adapt components with new css & NextJs rules

This commit is contained in:
2026-04-21 19:31:26 +04:00
parent 6b94f95bb8
commit 532a92fca2
26 changed files with 110 additions and 105 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ export default function ChecheAwtis() {
}, [loading])
return (
<Container sx={{display: 'flex', justifyContent: 'center', marginBottom: 3}}>
<Container
sx={{ display: 'flex', justifyContent: 'center', marginBottom: 3 }}
>
<Autocomplete
autoHighlight
disableClearable