blob: 5461c8c721cb644fc29722599b127857cf7abe0b [file] [log] [blame]
// 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,
};