From 17ed98fc3cd906cdc989f86ac667e1ec7d559c49 Mon Sep 17 00:00:00 2001 From: Darren Satkunas Date: Tue, 16 May 2023 12:10:37 -0700 Subject: [PATCH] remove unused imports --- .../src/views/Configuration/services/_components/TheForm.vue | 2 -- .../root/src/views/Configuration/services/_components/index.js | 1 - 2 files changed, 3 deletions(-) diff --git a/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue b/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue index 79460d36c595..33da9dd8aa7c 100644 --- a/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue +++ b/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue @@ -240,7 +240,6 @@ import { FormGroupHttpdCollector, FormGroupHttpdDispatcher, FormGroupHttpdPortal, - FormGroupHttpdProxy, FormGroupHttpdWebservices, FormGroupIptables, FormGroupIp6tables, @@ -290,7 +289,6 @@ const components = { FormGroupHttpdCollector, FormGroupHttpdDispatcher, FormGroupHttpdPortal, - FormGroupHttpdProxy, FormGroupHttpdWebservices, FormGroupIptables, FormGroupIp6tables, diff --git a/html/pfappserver/root/src/views/Configuration/services/_components/index.js b/html/pfappserver/root/src/views/Configuration/services/_components/index.js index c626a2d85e36..6c7814b73385 100644 --- a/html/pfappserver/root/src/views/Configuration/services/_components/index.js +++ b/html/pfappserver/root/src/views/Configuration/services/_components/index.js @@ -23,7 +23,6 @@ export { BaseFormGroupToggleDisabledEnabled as FormGroupHttpdCollector, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdDispatcher, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdPortal, - BaseFormGroupToggleDisabledEnabled as FormGroupHttpdProxy, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdWebservices, BaseFormGroupToggleDisabledEnabled as FormGroupIptables, BaseFormGroupToggleDisabledEnabled as FormGroupIp6tables,