From 64fb510c49235ccfd697032ea2ed9c7d6ba3f45c Mon Sep 17 00:00:00 2001 From: tianyingchun Date: Mon, 17 Jun 2024 11:19:50 +0800 Subject: [PATCH] fix: remove unused files --- src/components/test.ts | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/components/test.ts diff --git a/src/components/test.ts b/src/components/test.ts deleted file mode 100644 index e964fa7..0000000 --- a/src/components/test.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* ============================================================================ - * Copyright (c) Palo Alto Networks - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * ========================================================================== */ - -export function versionSelector2(itemVersion, versions) { - const template = - `
- VERSION: - -
-
-`; - const view = template; - return view; -}