From 3d8e430324fc0a858b28f16e26e49727c97ba930 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Sat, 11 Apr 2020 17:58:04 +0200 Subject: [PATCH] WebSockets: remove unnecessary .. in module import --- share/web_surfaces/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/web_surfaces/index/main.js b/share/web_surfaces/index/main.js index 2402074e82..fd64a29a40 100644 --- a/share/web_surfaces/index/main.js +++ b/share/web_surfaces/index/main.js @@ -16,7 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -import { Ardour } from '../shared/ardour.js'; +import { Ardour } from '/shared/ardour.js'; (() => {