From 752337184a829c7299f4c81f35ad84fd4471e1fe Mon Sep 17 00:00:00 2001 From: Sotiri Bakagiannis Date: Thu, 15 Apr 2021 13:59:52 +0100 Subject: [PATCH] core/Window: fix import paths for rollup --- src/core/Window.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/Window.js b/src/core/Window.js index ca1de00..43a10ac 100644 --- a/src/core/Window.js +++ b/src/core/Window.js @@ -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"; /**