1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

core/ServerManager: drop preloadjs import

This commit is contained in:
Sotiri Bakagiannis 2021-06-09 07:26:53 +01:00
parent 4e08d1e26f
commit 92d97f1f83

View File

@ -7,7 +7,6 @@
* @license Distributed under the terms of the MIT License
*/
import 'preloadjs';
import { Howl } from 'howler';
import {PsychoJS} from './PsychoJS';
import {PsychObject} from '../util/PsychObject';