Skip to content

Conversation

@kazuki-komori
Copy link

close #2

@@ -0,0 +1,2 @@
# windows の hotreload 設定
CHOKIDAR_USEPOLLING=true No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

細かいけど、ファイルの最終行は改行を入れるようエディタの設定しといて欲しい

onChange={handleChange}
aria-label="simple tabs example"
variant="fullWidth"
// textColor="primary"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントアウト消しといて

import styles from '../../styles/Map.module.scss';

import Header from '../../components/header';
import {Header} from '../../components/header';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ Header }

import { getTestData } from '../lib/tests'

import Header from '../components/header';
import {Header} from '../components/header';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下の行に合わせて
{ Header }

@MONAKA0721
Copy link
Contributor

実装自体は良いから、フォーマットだけお願い

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[通知ページ] ヘッダー/タブの実装

2 participants