blob: 3eea2f742b8d7d462ad8b642295b4ccd53983bdd [file] [log] [blame]
Monty Taylor4a781a72017-07-25 07:28:04 -04001// Main library entrypoint
2//
3// @licstart The following is the entire license notice for the
4// JavaScript code in this page.
5//
6// Copyright 2018 Red Hat, Inc.
7//
8// Licensed under the Apache License, Version 2.0 (the "License"); you may
9// not use this file except in compliance with the License. You may obtain
10// a copy of the License at
11//
12// http://www.apache.org/licenses/LICENSE-2.0
13//
14// Unless required by applicable law or agreed to in writing, software
15// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
17// License for the specific language governing permissions and limitations
18// under the License.
19//
20// @licend The above is the entire license notice
21// for the JavaScript code in this page.
22
23import './status'
24import './stream'
25import './dashboard'