Перемещение модуля
This commit is contained in:
@@ -35,7 +35,7 @@ import vueComponent from '../vueComponent.js';
|
|||||||
import wsc from './webSocketConnection';
|
import wsc from './webSocketConnection';
|
||||||
import * as utils from '../../share/utils';
|
import * as utils from '../../share/utils';
|
||||||
import * as cryptoUtils from '../../share/cryptoUtils';
|
import * as cryptoUtils from '../../share/cryptoUtils';
|
||||||
import LockQueue from '../../share/LockQueue';
|
import LockQueue from '../../../server/core/LockQueue';
|
||||||
import packageJson from '../../../package.json';
|
import packageJson from '../../../package.json';
|
||||||
|
|
||||||
const rotor = '|/-\\';
|
const rotor = '|/-\\';
|
||||||
|
|||||||
@@ -50,4 +50,4 @@ class LockQueue {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default LockQueue;
|
module.exports = LockQueue;
|
||||||
Reference in New Issue
Block a user