Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
models
/
project_settings
/
project_settings.ts
blob: 290396f3054d5d4033174a13e121f9885d1a853d [
file
] [
log
] [
blame
]
// Copyright 2025 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
ProjectSettingsModel
from
'./ProjectSettingsModel.js'
;
export
{
ProjectSettingsModel
,
};