mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:18:32 +08:00
41fab3e11c
* Introduce final form, validators and refactor AddEmailAddress * First i18n script * Sort locales * Add delete and copy action * Copy over available validator translations * Add comments * Export validations in plugin-api * Linting * yarn.lock * Sort locales * Drop unused translations * Add translations for validators * Add action drop-unused * Add comments * Add note about limitation * Fix desc
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
import * as React from 'react';
|
|
|
|
const Label = props => <div {...props} />;
|
|
export default Label;
|