app/(site)/layout.tsx Güncelle
This commit is contained in:
@@ -4,7 +4,7 @@ import { WhatsAppFloat } from "@/components/whatsapp-float";
|
|||||||
import { MobileCtaBar } from "@/components/mobile-cta-bar";
|
import { MobileCtaBar } from "@/components/mobile-cta-bar";
|
||||||
import { getSiteSettings } from "@/lib/data";
|
import { getSiteSettings } from "@/lib/data";
|
||||||
import { siteConfig } from "@/lib/site-config";
|
import { siteConfig } from "@/lib/site-config";
|
||||||
|
import Script from "next/script";
|
||||||
export default async function SiteLayout({
|
export default async function SiteLayout({
|
||||||
children,
|
children,
|
||||||
}: {
|
}: {
|
||||||
|
|||||||
Reference in New Issue
Block a user