speice.io/pages/index.tsx

9 lines
142 B
TypeScript

import React from "react";
export default function Page() {
return (
<>
<p>Is this thing on?</p>
</>
);
}