Skip to main content
Module

x/fastro/pages/hello.tsx

Fast and simple web application framework for deno
Go to Latest
File
import React from "https://esm.sh/react@18.2.0";
const Hello = () => ( <h1> <a href="agus">Hello</a> </h1>);
export default Hello;