Files
Wyatt Johnson fd53de94a1 linting
2018-02-22 14:24:54 -07:00

8 lines
240 B
JavaScript

import React from 'react';
import GoogleButton from '../containers/GoogleButton';
import { t } from 'plugin-api/beta/client/services';
export default () => {
return <GoogleButton>{t('talk-plugin-google-auth.sign_up')}</GoogleButton>;
};