From 0fe8a12fb86fa953fa182b72b5ab0578c234a060 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 12 Feb 2020 18:42:18 +0100 Subject: [PATCH] rename http to httpuri --- UI/Component/Tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js index e8fb28f..980f2d6 100644 --- a/UI/Component/Tab.js +++ b/UI/Component/Tab.js @@ -1,4 +1,4 @@ -import { Http } from '../../Uri/HttpUri.js'; +import { HttpUri } from '../../Uri/HttpUri.js'; import { UriFactory } from '../../Uri/UriFactory.js'; /**