blog-fs/pages/index.tsx
2021-05-01 18:34:45 +08:00

5 lines
136 B
TypeScript

import styles from '../styles/home.module.css';
export default function Index() {
return <main className={styles.test}>TEST</main>;
}