Skip to main content
Module

x/fastro/pages/react.tsx

Fast and simple web application framework for deno
Go to Latest
File
/// <reference types="../types/react/index.d.ts" />import React from "https://dev.jspm.io/react/index.js";
export default function About() { return <h1>About</h1>;}