chrome-devtools-frontend
Version:
Chrome DevTools UI
32 lines (29 loc) • 1.26 kB
text/typescript
// Copyright 2021 The Chromium Authors
// 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 BounceTrackingMitigationsView from './BounceTrackingMitigationsView.js';
import * as EndpointsGrid from './EndpointsGrid.js';
import * as InterestGroupAccessGrid from './InterestGroupAccessGrid.js';
import * as PermissionsPolicySection from './PermissionsPolicySection.js';
import * as ProtocolHandlersView from './ProtocolHandlersView.js';
import * as ReportsGrid from './ReportsGrid.js';
import * as ServiceWorkerRouterView from './ServiceWorkerRouterView.js';
import * as SharedStorageAccessGrid from './SharedStorageAccessGrid.js';
import * as SharedStorageMetadataView from './SharedStorageMetadataView.js';
import * as StorageMetadataView from './StorageMetadataView.js';
import * as TrustTokensView from './TrustTokensView.js';
export {
BackForwardCacheView,
BounceTrackingMitigationsView,
EndpointsGrid,
InterestGroupAccessGrid,
PermissionsPolicySection,
ProtocolHandlersView,
ReportsGrid,
ServiceWorkerRouterView,
SharedStorageAccessGrid,
SharedStorageMetadataView,
StorageMetadataView,
TrustTokensView,
};