mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:28:20 +08:00
8 lines
240 B
JavaScript
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>;
|
|
};
|