Export UsernameInput

This commit is contained in:
danidfra 2024-10-02 20:05:51 -03:00
parent b854201b32
commit 36a40755a7
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ const EditIdentity: React.FC<IEditIdentity> = () => {
);
};
const UsernameInput: React.FC<React.ComponentProps<typeof Input>> = (props) => {
export const UsernameInput: React.FC<React.ComponentProps<typeof Input>> = (props) => {
const intl = useIntl();
const instance = useInstance();