www-new/pages/index.tsx

7 lines
170 B
TypeScript

import React from "react";
import styles from "./index.module.css";
export default function Home() {
return <div className={styles.Foo}>This is the home page</div>;
}