hata düzeltme 2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
|
||||
import { SmsSettingsForm } from "@/components/dashboard/sms-settings-form"
|
||||
import { AppearanceForm } from "@/components/dashboard/appearance-form"
|
||||
import { UsersTable } from "@/components/dashboard/users-table"
|
||||
import { UsersTable, Profile } from "@/components/dashboard/users-table"
|
||||
import { ContentForm } from "@/components/dashboard/content-form"
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Button } from "@/components/ui/button"
|
||||
@@ -14,7 +14,7 @@ interface SettingsTabsProps {
|
||||
username: string
|
||||
header: string
|
||||
} | null
|
||||
users: Record<string, any>[]
|
||||
users: Profile[]
|
||||
contents: SiteContent[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user