chrome-devtools-frontend
Version:
Chrome DevTools UI
22 lines (18 loc) • 716 B
text/typescript
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import './SettingsScreen.js';
import * as AISettingsTab from './AISettingsTab.js';
import * as EditFileSystemView from './EditFileSystemView.js';
import * as FrameworkIgnoreListSettingsTab from './FrameworkIgnoreListSettingsTab.js';
import * as KeybindsSettingsTab from './KeybindsSettingsTab.js';
import * as SettingsScreen from './SettingsScreen.js';
import * as WorkspaceSettingsTab from './WorkspaceSettingsTab.js';
export {
AISettingsTab,
EditFileSystemView,
FrameworkIgnoreListSettingsTab,
KeybindsSettingsTab,
SettingsScreen,
WorkspaceSettingsTab,
};