chrome-devtools-frontend
Version:
Chrome DevTools UI
18 lines (15 loc) • 616 B
text/typescript
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as PreloadingDetailsReportView from './PreloadingDetailsReportView.js';
import * as PreloadingGrid from './PreloadingGrid.js';
import * as RuleSetDetailsReportView from './RuleSetDetailsReportView.js';
import * as RuleSetGrid from './RuleSetGrid.js';
import * as UsedPreloadingView from './UsedPreloadingView.js';
export {
PreloadingDetailsReportView,
PreloadingGrid,
RuleSetDetailsReportView,
RuleSetGrid,
UsedPreloadingView,
};