refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
import {
|
||||
DEFAULT_SETTINGS_SECTIONS,
|
||||
} from '../../constants/settings';
|
||||
|
||||
export { DEFAULT_SETTINGS_SECTIONS };
|
||||
Reference in New Issue
Block a user