index.tsx 164 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 import styles from './index.less'; export default function IndexPage() { return ( <div> <h1 className={styles.title}>Page index</h1> </div> ); }