hata düzeltme
This commit is contained in:
@@ -14,7 +14,7 @@ interface SettingsTabsProps {
|
||||
username: string
|
||||
header: string
|
||||
} | null
|
||||
users: any[]
|
||||
users: Record<string, any>[]
|
||||
contents: SiteContent[]
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Link from "next/link"
|
||||
import { getSiteContents } from "@/lib/data"
|
||||
import { Instagram, Youtube, Facebook } from "lucide-react"
|
||||
import { Instagram, Youtube } from "lucide-react"
|
||||
import { FaTiktok } from "react-icons/fa"
|
||||
|
||||
export async function Footer() {
|
||||
|
||||
Reference in New Issue
Block a user