{"version":3,"mappings":"uiDAQA,QAAQ,IAAI,CAACA,EAAA,WAAO,oBAAQ,0DAAGA,EAAA,WAAO,mBAAO,OAAAC,KAAA,0DAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAE,QAASC,CAAA,EAAU,CAAE,QAASC,CAAK,KAAM,CAC/FD,EAAOC,CAAG,CACd,CAAC","names":["__vitePreload","n","render","App"],"sources":["../../src/main.jsx"],"sourcesContent":["// Root contains the main dependencies and providers of the base app\r\n// - React, ReactDom, RecoilRoot, HelmetProvider, ThemeProvider, MUI-core)\r\n// App contains the main structure of the base app\r\n\r\n// These are the two main chunks that are used to render the core structure of the app\r\n// Importing them with Promise.all (by using HTTP/2 multiplexing) we can load them in parallel\r\n// and achieve the best possible performance\r\n\r\nPromise.all([import('@/Root'), import('@/App')]).then(([{ default: render }, { default: App }]) => {\r\n render(App);\r\n});\r\n\r\n// ts(1208)\r\nexport { };\r\n"],"file":"assets/index-23baf895.js"}