mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 08:38:10 +00:00
core/Window: fix import paths for rollup
This commit is contained in:
parent
678712b26e
commit
752337184a
@ -7,9 +7,9 @@
|
|||||||
* @license Distributed under the terms of the MIT License
|
* @license Distributed under the terms of the MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {Color} from '../util';
|
import {Color} from '../util/Color';
|
||||||
import {PsychObject} from '../util';
|
import {PsychObject} from '../util/PsychObject';
|
||||||
import {MonotonicClock} from '../util';
|
import {MonotonicClock} from '../util/Clock';
|
||||||
import {Logger} from "./Logger";
|
import {Logger} from "./Logger";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user