Ajout de l'inscription newsletter sur les intégrations

pull/708/head
Maxime Quandalle 2019-10-02 14:33:26 +02:00
parent e428286c2d
commit 18ef20f7eb
No known key found for this signature in database
GPG Key ID: 428641C03D29CA10
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import LangSwitcher from 'Components/LangSwitcher'
import NewsletterRegister from 'Components/NewsletterRegister'
import marianneSvg from 'Images/marianne.svg'
import urssafSvg from 'Images/urssaf.svg'
import React, { useEffect, useState } from 'react'
@ -17,6 +18,7 @@ export default function IframeFooter() {
return (
<>
<NewsletterRegister />
<div
style={{
textAlign: 'center',