|
|
@ -1,6 +1,7 @@
|
|
|
|
import styles from './index.less';
|
|
|
|
import styles from './index.less';
|
|
|
|
|
|
|
|
|
|
|
|
export default function IndexPage() {
|
|
|
|
export default function IndexPage() {
|
|
|
|
|
|
|
|
console.log(22);
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<h1 className={styles.title}>Page index</h1>
|
|
|
|
<h1 className={styles.title}>Page index</h1>
|
|
|
|