This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Head from "next/head"; | |
import NavButton from "../components/NavButton"; | |
export default function Home() { | |
const buttonCls = `border-4 border-black rounded-xl text-white px-4 py-2`; | |
return ( | |
<div> | |
<Head> | |
<title>Funbots</title> | |
<meta name="description" content="Funbots NFT Collection" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"routes": { | |
"user.me": { | |
"path": "user.me", | |
"routeType": "query", | |
"input": null, | |
"output": null | |
}, | |
"user.create": { | |
"path": "user.create", |
OlderNewer