speice.io/pages/index.tsx

9 lines
142 B
TypeScript
Raw Normal View History

2023-04-15 12:55:22 -04:00
import React from "react";
export default function Page() {
return (
<>
<p>Is this thing on?</p>
</>
);
}