From 85d6fd31fcc22453953d676ff77a5030dfab74ec Mon Sep 17 00:00:00 2001 From: Curt Tudor Date: Tue, 6 Sep 2022 09:43:20 -0600 Subject: [PATCH] fix: add missing file (#105) --- static/index.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static/index.js diff --git a/static/index.js b/static/index.js new file mode 100644 index 0000000..92ed03c --- /dev/null +++ b/static/index.js @@ -0,0 +1,17 @@ +/* +Copyright Netfoundry, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import '.'