1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-03-14 05:35:05 +00:00
mon-entreprise/source/components/index.js

6 lines
153 B
JavaScript

import React from 'react'
import { Trans } from 'react-i18next'
let T = ({ children, k }) => <Trans i18nKey={k}>{children}</Trans>
export { React, T }