aboutsummaryrefslogtreecommitdiff
path: root/pw_web_ui/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pw_web_ui/index.ts')
-rw-r--r--pw_web_ui/index.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/pw_web_ui/index.ts b/pw_web_ui/index.ts
deleted file mode 100644
index 8a34d2a2c..000000000
--- a/pw_web_ui/index.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2021 The Pigweed Authors
-//
-// 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.
-
-export {default as DeviceTransport} from './src/transport/device_transport';
-export * from './src/transport/web_serial_transport';