1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

style: prettier

This commit is contained in:
2020-09-05 04:42:28 +09:00
parent fd01190431
commit 1329935cbd
4 changed files with 12 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
import { Content, Header } from '../theme';
import Form from '../components/Form';
import Welcome from '../components/Welcome';
export default function Home() {
const { t } = useTranslation();