From 5a4d16c25f2d4950e3d17155bb5d1b43e32c499e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 18 Jun 2020 18:54:49 +0200 Subject: [PATCH] fix import relative path --- Views/FormView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/FormView.js b/Views/FormView.js index af3a0e1..3a1d2fc 100644 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -1,4 +1,4 @@ -import { Input } from '/jsOMS/UI/Component/Input.js'; +import { Input } from '../UI/Component/Input.js'; /** * Form view.