Skip to content

Commit

Permalink
move scss import into management section
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 18, 2020
1 parent 929f121 commit c41ffdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ import { getAriaName, toEditableConfig, DEFAULT_CATEGORY } from './lib';

import { FieldSetting, SettingsChanges } from './types';

import './index.scss';

interface AdvancedSettingsProps {
enableSaving: boolean;
uiSettings: IUiSettingsClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import { AdvancedSettings } from './advanced_settings';
import { ManagementAppMountParams } from '../../../management/public';
import { ComponentRegistry } from '../types';

import './index.scss';

const title = i18n.translate('advancedSettings.advancedSettingsLabel', {
defaultMessage: 'Advanced Settings',
});
Expand Down

0 comments on commit c41ffdd

Please sign in to comment.