UNPKG

create-dan

Version:

Dan frameworks

1 lines 2.46 kB
{"ast":null,"code":"import _extends from \"@babel/runtime-corejs2/helpers/esm/extends\";\nvar _jsxFileName = \"/Users/sbourgal/Documents/Projets/DAN/dan-framework/template/src/pages/_app.js\";\nimport React from \"react\";\nvar __jsx = React.createElement;\nimport App from 'next/app';\nimport css from './_app.scss'; // App\n\nfunction _App(props) {\n var Component = props.Component,\n pageProps = props.pageProps;\n return __jsx(\"div\", {\n className: css.app,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 9\n },\n __self: this\n }, __jsx(Component, _extends({}, pageProps, {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 10\n },\n __self: this\n })));\n}\n/* Only uncomment this method if you have blocking data requirements for\n every single page in your application. This disables the ability to\n perform automatic static optimization, causing every page in your app to\n be server-side rendered. */\n// _App.getInitialProps = async (appContext) => {\n// const appProps = await App.getInitialProps(appContext)\n// return { ...appProps }\n// }\n\n\nexport default _App;","map":{"version":3,"sources":["/Users/sbourgal/Documents/Projets/DAN/dan-framework/template/src/pages/_app.js"],"names":["App","css","_App","props","Component","pageProps","app"],"mappings":";;;;AAAA,OAAOA,GAAP,MAAgB,UAAhB;AACA,OAAOC,GAAP,MAAgB,aAAhB,C,CAEA;;AACA,SAASC,IAAT,CAAcC,KAAd,EAAqB;AAAA,MACTC,SADS,GACgBD,KADhB,CACTC,SADS;AAAA,MACEC,SADF,GACgBF,KADhB,CACEE,SADF;AAGjB,SACI;AAAK,IAAA,SAAS,EAAEJ,GAAG,CAACK,GAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACI,MAAC,SAAD,eAAeD,SAAf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KADJ,CADJ;AAKH;AAED;;;;AAIA;AACA;AACA;AACA;;;AAEA,eAAeH,IAAf","sourcesContent":["import App from 'next/app'\nimport css from './_app.scss'\n\n// App\nfunction _App(props) {\n const { Component, pageProps } = props\n \n return (\n <div className={css.app}>\n <Component {...pageProps} />\n </div>\n )\n}\n\n/* Only uncomment this method if you have blocking data requirements for\n every single page in your application. This disables the ability to\n perform automatic static optimization, causing every page in your app to\n be server-side rendered. */\n// _App.getInitialProps = async (appContext) => {\n// const appProps = await App.getInitialProps(appContext)\n// return { ...appProps }\n// }\n\nexport default _App"]},"metadata":{},"sourceType":"module"}