'use strict'; import React from 'react'; import { getLangText } from '../utils/lang_utils'; const Footer = React.createClass({ render() { return (


api | {getLangText('faq')} | {getLangText('imprint')} | {getLangText('terms of service')} | {getLangText('privacy')}

); } }); export default Footer;