Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
panels
/
developer_resources
/
developer_resources.ts
blob: af79857b2a7d50f6700d125656261f9a868e9c8c [
file
] [
log
] [
blame
]
// Copyright 2020 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
DeveloperResourcesView
from
'./DeveloperResourcesView.js'
;
export
{
DeveloperResourcesView
};