Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
front_end
/
ui
/
components
/
settings
/
settings.ts
blob: 9b7598dabf27cce505bbfc631877750f2fef4cb9 [
file
]
// 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
SettingCheckbox
from
'./SettingCheckbox.js'
;
export
{
SettingCheckbox
};