Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
models
/
breakpoints
/
breakpoints.ts
blob: 5c462f7db19033c2db007738ee591993a47b3621 [
file
] [
log
] [
blame
]
// Copyright 2023 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
BreakpointManager
from
'./BreakpointManager.js'
;
export
{
BreakpointManager
};