blog-fs/pages/index.tsx

5 lines
136 B
TypeScript
Raw Normal View History

2021-05-01 18:34:45 +08:00
import styles from '../styles/home.module.css';
export default function Index() {
return <main className={styles.test}>TEST</main>;
}