{"version":3,"file":"static/chunks/app/layout-9f3e88219420b238.js","mappings":"oFAAA,uCACA,uCACA,uCACA,0CACA,4CACA,4CACA,2C,mHCCe,SAASA,EAAU,G,IAAA,SAAEC,EAAQ,OAAEC,GAAZ,EAChC,MAAMC,GAAYC,EAAAA,EAAAA,MAQlB,OANAC,EAAAA,EAAAA,YAAU,KACJF,GAEJ,GACC,CAACA,KAEG,qB,SAAGF,GACZ,C,wGCXA,MAAMK,EAAe,IAAM,sDAAkCC,MAAMC,GAAQA,EAAIC,UAEhE,SAASC,EAAqB,G,IAAA,SAAET,GAAF,EAC3C,OAAO,SAACU,EAAAA,EAAUA,CAACC,SAAUN,E,SAAeL,GAC9C,C,wICJO,SAASY,EAAmB,G,IAAA,SAAEZ,GAAF,EACjC,MAAOa,GAAUC,EAAAA,SAAe,IAAIC,EAAAA,GAEpC,OACE,UAACC,EAAAA,GAAmBA,CAACH,OAAQA,E,UAC1Bb,GAXP,IAgBA,C","sources":["webpack://_N_E/?6908","webpack://_N_E/./src/app/_config/AppConfig.tsx","webpack://_N_E/./src/app/_config/FramerMotionProvider.tsx","webpack://_N_E/./src/app/_config/ReactQueryProvider.tsx"],"sourcesContent":["import(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/src/app/_config/FramerMotionProvider.tsx\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/src/app/_config/ReactQueryProvider.tsx\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/src/app/_config/AppConfig.tsx\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/src/app/globals.css\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/fonts.ts\\\",\\\"import\\\":\\\"Montserrat\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-montserrat\\\"}],\\\"variableName\\\":\\\"montserrat\\\"}\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/fonts.ts\\\",\\\"import\\\":\\\"Lato\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"weight\\\":[\\\"100\\\",\\\"300\\\",\\\"400\\\",\\\"700\\\",\\\"900\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-lato\\\"}],\\\"variableName\\\":\\\"lato\\\"}\");\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src697894185/src/data-id-homepage-web/node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/fonts.ts\\\",\\\"import\\\":\\\"Inter\\\",\\\"arguments\\\":[{\\\"subsets\\\":[\\\"latin\\\"],\\\"display\\\":\\\"swap\\\",\\\"variable\\\":\\\"--font-inter\\\"}],\\\"variableName\\\":\\\"inter\\\"}\")","'use client'\n\nimport { useEffect, type ReactNode } from 'react'\nimport { useIsMounted } from 'usehooks-ts'\n\nimport type { Language } from '@/interfaces/common.type'\n\nexport default function AppConfig({ children, locale }: { children: ReactNode; locale: Language }) {\n const isMounted = useIsMounted()\n\n useEffect(() => {\n if (isMounted()) {\n // setCookie(COOKIE_KEY.LOCALE_COOKIE_KEY, locale)\n }\n }, [isMounted])\n\n return <>{children}</>\n}\n","'use client'\n\nimport type { PropsWithChildren } from 'react'\n\nimport { LazyMotion } from 'framer-motion'\n\nconst loadFeatures = () => import('@/utils/motion.features').then((res) => res.default)\n\nexport default function FramerMotionProvider({ children }: PropsWithChildren) {\n return <LazyMotion features={loadFeatures}>{children}</LazyMotion>\n}\n","'use client'\n\nimport { QueryClient, QueryClientProvider } from '@tanstack/react-query'\nimport { ReactQueryDevtools } from '@tanstack/react-query-devtools'\nimport React from 'react'\n\nexport function ReactQueryProvider({ children }: React.PropsWithChildren) {\n const [client] = React.useState(new QueryClient())\n\n return (\n <QueryClientProvider client={client}>\n {children}\n\n {process.env.NODE_ENV === 'development' && <ReactQueryDevtools initialIsOpen={false} />}\n </QueryClientProvider>\n )\n}\n"],"names":["AppConfig","children","locale","isMounted","useIsMounted","useEffect","loadFeatures","then","res","default","FramerMotionProvider","LazyMotion","features","ReactQueryProvider","client","React","QueryClient","QueryClientProvider"],"sourceRoot":""}