cs-2022-class-profile/pages/playground.tsx

12 lines
185 B
TypeScript

import React from "react";
export default function Home() {
return (
<>
<h1>Playground</h1>
<p>Show off your components here!</p>
test 6 updated
</>
);
}