7 lines
98 B
TypeScript
Raw Normal View History

import React from "react";
export default function Page() {
return <p>
Hey
</p>
}