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