mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
import React from "react";
|
|
|
|
export default function Page() {
|
|
return (
|
|
<>
|
|
<p>Is this thing on?</p>
|
|
</>
|
|
);
|
|
} |