From 625cb93acc6545f381c03fab7a4e160d963dfd55 Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 1 Nov 2018 17:25:46 +0000 Subject: [PATCH] =?UTF-8?q?Import=20commun=20=C3=A0=20utiliser=20dans=20to?= =?UTF-8?q?us=20les=20composants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/components/index.js diff --git a/source/components/index.js b/source/components/index.js new file mode 100644 index 000000000..3a4714873 --- /dev/null +++ b/source/components/index.js @@ -0,0 +1,6 @@ +import React from 'react' +import { Trans } from 'react-i18next' + +let T = ({ children, k }) => {children} + +export { React, T }