Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
388 B

{"ast":null,"code":"import React from \"react\";\nvar __jsx = React.createElement;\nimport Layout from \"../components/layout\";\nimport \"../styles/global.css\";\nexport default function App({\n Component,\n pageProps,\n router\n}) {\n return __jsx(Layout, {\n home: router.pathname === \"/\"\n }, __jsx(Component, pageProps));\n}","map":null,"metadata":{},"sourceType":"module"}