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

{"ast":null,"code":"import React from \"react\";\nvar __jsx = React.createElement;\nimport Head from \"next/head\";\n;\nexport var __N_SSP = true;\nexport default function Home(_ref) {\n var logs = _ref.logs;\n return __jsx(React.Fragment, null, __jsx(Head, null, __jsx(\"title\", null, \"Logs - Aite RP\")), __jsx(\"ol\", null, logs.map(function (l) {\n return __jsx(\"li\", {\n key: l.shortId\n }, l.id);\n })));\n}","map":null,"metadata":{},"sourceType":"module"}