This commit is contained in:
Federico Kereki
2018-07-15 09:57:08 -03:00
parent 770fd24aa5
commit 29029a5897
2 changed files with 5 additions and 1 deletions
@@ -44,6 +44,10 @@ export class I18nForm extends React.PureComponent<
EN
</button>
</div>
<img
src="http://d1ldz4te4covpm.cloudfront.net/sites/all/themes/packt_v4/images/packt-logo.svg"
style={{ width: "50px", height: "25px" }}
/>
<br />
<div>{t("please enter details")}</div>
<br />
+1 -1
View File
@@ -1,4 +1,4 @@
/* @flow */
import { I18nForm } from "./i18nform.a11y.js";
import { I18nForm } from "./i18nform.js";
export { I18nForm };