mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 04:20:14 +08:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
import React from 'react';
|
|
import { t } from 'plugin-api/beta/client/services';
|
|
|
|
const Tab = () => {
|
|
return <span>{t('talk-plugin-profile-settings.tab')}</span>;
|
|
};
|
|
|
|
export default Tab;
|