Browse Source

fix: Fixes import of moved function.

master
damencho 5 years ago
parent
commit
3da1b65757

+ 1
- 1
react/features/security/components/security-dialog/PasswordSection.js View File

4
 import React, { useRef } from 'react';
4
 import React, { useRef } from 'react';
5
 
5
 
6
 import { translate } from '../../../base/i18n';
6
 import { translate } from '../../../base/i18n';
7
-import { copyText } from '../../../invite';
7
+import { copyText } from '../../../base/util';
8
 
8
 
9
 import PasswordForm from './PasswordForm';
9
 import PasswordForm from './PasswordForm';
10
 
10
 

Loading…
Cancel
Save