hata düzeltme

This commit is contained in:
2026-01-25 02:13:46 +03:00
parent 6992891ae3
commit a7ef9bd899
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ interface SettingsTabsProps {
username: string
header: string
} | null
users: any[]
users: Record<string, any>[]
contents: SiteContent[]
}