library/pages/index.tsx

6 lines
85 B
TypeScript

import React from "react";
export default function Home() {
return <div></div>;
}