{"version":3,"file":"static/chunks/5594.09acbf3ae7a3136c.js","mappings":"2KAGA,IAAMA,EAASC,IAAQ,IAAM,+BAAkB,YAAzBA,gCAChBC,EAASD,IAAQ,IAAM,4EAAkB,4CAoB/C,EAbA,SAASE,CAGY,KAHoB,CACvCC,UAAQ,EAYKD,KAXbE,CAAK,CACc,CAHoB,EAIvC,MACE,eAQ0CF,EAAC,IAR3C,YACE,UAACH,EAAAA,CAAOK,MAAOA,IACf,UAACC,MAAAA,CAAIC,UAAU,oCAA4BH,IAC3C,UAACF,EAAAA,CAAAA,KAGP","sources":["webpack://_N_E/./components/Layout/ContentLayoutFooterNoChartreuse.tsx"],"sourcesContent":["import React from \"react\";\nimport dynamic from \"next/dynamic\";\n\nconst Header = dynamic(() => import(\"./Header\"));\nconst Footer = dynamic(() => import(\"./Footer\"));\n\ntype ContentLayoutProps = {\n children: React.ReactNode;\n title: string;\n};\n\nfunction ContentLayoutFooterNoChartreuse({\n children,\n title,\n}: ContentLayoutProps) {\n return (\n <>\n