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

core/Window: fix import paths for rollup

This commit is contained in:
Sotiri Bakagiannis 2021-04-15 13:59:52 +01:00
parent 678712b26e
commit 752337184a

View File

@ -7,9 +7,9 @@
* @license Distributed under the terms of the MIT License
*/
import {Color} from '../util';
import {PsychObject} from '../util';
import {MonotonicClock} from '../util';
import {Color} from '../util/Color';
import {PsychObject} from '../util/PsychObject';
import {MonotonicClock} from '../util/Clock';
import {Logger} from "./Logger";
/**