いろいろ
This commit is contained in:
parent
f0604043a8
commit
d8664775cc
28 changed files with 510 additions and 63 deletions
|
@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
|
|||
|
||||
import { LoginForm } from '../components/LoginForm';
|
||||
import { Header } from '../components/Header';
|
||||
import { AnnouncementList } from '../components/AnnouncementList';
|
||||
export const IndexWelcomePage: React.VFC = () => {
|
||||
const {t} = useTranslation();
|
||||
|
||||
|
@ -27,6 +28,9 @@ export const IndexWelcomePage: React.VFC = () => {
|
|||
</article>
|
||||
<LoginForm />
|
||||
</Header>
|
||||
<article className="xarticle">
|
||||
<AnnouncementList />
|
||||
</article>
|
||||
<article className="xarticle vstack pa-2">
|
||||
<header>
|
||||
<h2>{t('_welcome.title')}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue