Desactivation de l'annonce de nouveautes

pull/191/head
Mael 2018-04-30 11:35:36 +02:00
parent a2a5f28db0
commit e025d8ffc1
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ import News from '../News'
export default () => (
<div id="home" className="page">
<News />
{/* Use this News component to talk about things that are not naturally discoverable */}
{/* <News /> */}
<Simu />
</div>
)