Skip to content

Commit

Permalink
fix: Fixes import of moved function.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jul 10, 2020
1 parent 0e5091a commit 3da1b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import React, { useRef } from 'react';

import { translate } from '../../../base/i18n';
import { copyText } from '../../../invite';
import { copyText } from '../../../base/util';

import PasswordForm from './PasswordForm';

Expand Down

0 comments on commit 3da1b65

Please sign in to comment.