chrome-devtools-frontend
Version:
Chrome DevTools UI
26 lines (23 loc) • 899 B
text/typescript
// Copyright 2021 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 BackForwardCacheView from './BackForwardCacheView.js';
import * as EndpointsGrid from './EndpointsGrid.js';
import * as FrameDetailsView from './FrameDetailsView.js';
import * as InterestGroupAccessGrid from './InterestGroupAccessGrid.js';
import * as OriginTrialTreeView from './OriginTrialTreeView.js';
import * as ProtocolHandlersView from './ProtocolHandlersView.js';
import * as ReportsGrid from './ReportsGrid.js';
import * as StackTrace from './StackTrace.js';
import * as TrustTokensView from './TrustTokensView.js';
export {
BackForwardCacheView,
EndpointsGrid,
FrameDetailsView,
InterestGroupAccessGrid,
OriginTrialTreeView,
ProtocolHandlersView,
ReportsGrid,
StackTrace,
TrustTokensView,
};