Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
front_end
/
core
/
root
/
root.ts
blob: f5859a8a984a7efa7788ce577e689d8cb1c59e76 [
file
]
// Copyright 2020 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
Runtime
from
'./Runtime.js'
;
export
{
Runtime
};