{"version":3,"sources":["router.js","App.js","reportWebVitals.js","i18n/index.js","index.js"],"names":["Landing","lazy","Product","Member","NotFound","Routing","_jsx","Router","children","Suspense","fallback","className","_jsxs","Routes","Route","exact","path","element","App","_Fragment","reportWebVitals","onPerfEntry","Function","then","_ref","getCLS","getFID","getFCP","getLCP","getTTFB","resources","en","translation","ko","i18n","use","initReactI18next","init","lng","fallbackLng","debug","keySeparator","interpolation","escapeValue","ReactDOM","render","React","StrictMode","document","getElementById"],"mappings":"i34EAGMA,EAAUC,gBAAK,kBAAM,kEAAyB,IAC9CC,EAAUD,gBAAK,kBAAM,2DAAyB,IAC9CE,EAASF,gBAAK,kBAAM,2DAAwB,IAE5CG,EAAWH,gBAAK,kBAAM,8BAAsC,IAmBnDI,EAjBC,WACZ,OACIC,cAACC,IAAM,CAAAC,SACHF,cAACG,WAAQ,CAACC,SAAUJ,cAAA,OAAKK,UAAU,YAAaH,SAC5CI,eAACC,IAAM,CAAAL,SAAA,CACHF,cAACQ,IAAK,CAACC,OAAK,EAACC,KAAK,IAAIC,QAASX,cAACN,EAAO,MACvCM,cAACQ,IAAK,CAACE,KAAK,aAAaC,QAASX,cAACJ,EAAO,MAC1CI,cAACQ,IAAK,CAACE,KAAK,UAAUC,QAASX,cAACH,EAAM,MAGtCG,cAACQ,IAAK,CAACE,KAAK,IAAIC,QAASX,cAACF,EAAQ,YAKtD,ECRec,EARH,WACR,OACIZ,cAAAa,WAAA,CAAAX,SACIF,cAACD,EAAO,KAGpB,ECFee,EAZS,SAACC,GACjBA,GAAeA,aAAuBC,UACtC,+BAAqBC,MAAK,SAAAC,GAAkD,IAA/CC,EAAMD,EAANC,OAAQC,EAAMF,EAANE,OAAQC,EAAMH,EAANG,OAAQC,EAAMJ,EAANI,OAAQC,EAAOL,EAAPK,QACzDJ,EAAOJ,GACPK,EAAOL,GACPM,EAAON,GACPO,EAAOP,GACPQ,EAAQR,EACZ,GAER,E,wBCHMS,EAAY,CACdC,GAAI,CAEAC,Y,OAEJC,GAAI,CAEAD,Y,QAIRE,IAAKC,IAAIC,KAAkBC,KAAK,CAC5BP,UAAWA,EAEXQ,IAAK,KACLC,YAAa,KAEbC,OAAO,EACPC,aAAc,IACdC,cAAe,CACXC,aAAa,KAINT,EAAI,ECxBnBU,IAASC,OACLvC,cAACwC,IAAMC,WAAU,CAAAvC,SACbF,cAACY,EAAG,MAER8B,SAASC,eAAe,SAM5B7B,G","file":"static/js/main.44316958.chunk.js","sourcesContent":["import React, { lazy, Suspense } from \"react\";\nimport { BrowserRouter as Router, Route, Routes } from \"react-router-dom\";\n\nconst Landing = lazy(() => import(\"./pages/Landing\"));\nconst Product = lazy(() => import(\"./pages/Product\"));\nconst Member = lazy(() => import(\"./pages/Member\"));\n// const Inquiry = lazy(() => import(\"./pages/Inquiry\"));\nconst NotFound = lazy(() => import(\"./common/components/NotFound\"));\n\nconst Routing = () => {\n return (\n \n }>\n \n } />\n } />\n } />\n {/* } /> */}\n\n } />\n \n \n \n );\n};\n\nexport default Routing;\n","import React from \"react\";\nimport \"slick-carousel/slick/slick.css\";\nimport \"slick-carousel/slick/slick-theme.css\";\nimport \"animate.css/animate.min.css\";\nimport \"assets/sass/index.scss\";\n\nimport Routing from \"./router\";\n\nconst App = () => {\n return (\n <>\n \n \n );\n};\n\nexport default App;\n","const reportWebVitals = (onPerfEntry) => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import(\"web-vitals\").then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import i18n from \"i18next\";\nimport { initReactI18next } from \"react-i18next\";\nimport translationEn from \"./translationEn\";\nimport translationKo from \"./translationKo\";\n\n// const language = window.navigator.language;\n\nconst resources = {\n en: {\n // 영어\n translation: translationEn,\n },\n ko: {\n // 한국어\n translation: translationKo,\n },\n};\n\ni18n.use(initReactI18next).init({\n resources: resources,\n // lng: language.includes(\"ko\") ? \"ko\" : \"en\",\n lng: \"en\",\n fallbackLng: \"en\",\n\n debug: true,\n keySeparator: \".\", // we do not use keys in form messages.welcome\n interpolation: {\n escapeValue: false, // react already safes from xss\n },\n});\n\nexport default i18n;\n","import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport App from \"./App\";\nimport reportWebVitals from \"./reportWebVitals\";\nimport \"assets/sass/reset.scss\";\nimport \"./i18n\";\n\nReactDOM.render(\n \n \n ,\n document.getElementById(\"root\")\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}