import SettingsNavigation from "@/components/navigation/settings"; import { cn } from "@/lib/utils"; import { headers } from 'next/headers'; import React from "react"; const SettingsLayout = async ( { children } : { children:React.ReactNode } ) => { const headersList = headers(); const header_url = headersList.get('x-url') || ""; console.log("HEADER URL: " + header_url) return (