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
902 B

{"ast":null,"code":"import React from \"react\";\nvar __jsx = React.createElement;\nimport Head from \"next/head\";\nimport styles from \"./layout.module.css\";\nimport Link from \"next/link\";\nexport const siteTitle = \"Next.js Sample Website\";\nexport default function Layout({\n children,\n home\n}) {\n return __jsx(\"div\", {\n className: styles.container\n }, __jsx(Head, null, __jsx(\"link\", {\n rel: \"icon\",\n href: \"/favicon.ico\"\n }), __jsx(\"meta\", {\n name: \"description\",\n content: \"Learn how to build a personal website using Next.js\"\n }), __jsx(\"meta\", {\n name: \"og:title\",\n content: \"Aite RP\"\n })), __jsx(\"main\", null, children), !home && __jsx(\"div\", {\n className: styles.backToHome\n }, __jsx(Link, {\n href: \"/\"\n }, __jsx(\"a\", null, \"\\u2190 Back to home\"))));\n}","map":null,"metadata":{},"sourceType":"module"}