web3toybox.com/src/pages/nft-gallery.astro

16 lines
366 B
Plaintext

---
import App from "@/components/nft-gallery/App"
---
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<meta name="viewport" content="width=device-width"/>
<meta name="generator" content={Astro.generator}/>
<title>Astro</title>
</head>
<body>
<App client:only="react"/>
</body>
</html>