This commit is contained in:
2025-12-04 12:43:10 +01:00
parent 2ea74816fb
commit b5d0a8cb66
16 changed files with 152 additions and 545 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import React, {
} from 'react';
import PanelHeader from '../ui/PanelHeader';
import { CloseIcon } from '../ui/icons';
import { DEFAULT_SETTINGS_SECTIONS } from './sections';
import { DEFAULT_SETTINGS_SECTIONS } from '../constants/settings';
export interface SettingsSectionConfig {
id: string;
-5
View File
@@ -1,5 +0,0 @@
import {
DEFAULT_SETTINGS_SECTIONS,
} from '../../constants/settings';
export { DEFAULT_SETTINGS_SECTIONS };