Skip to content

Commit b239cf9

Browse files
author
mbrill-nt
committed
Renamed IconMapping
1 parent 8022f26 commit b239cf9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { ChangeEvent } from 'react';
22
import { StandardEditorContext, StandardEditorProps } from '@grafana/data';
33
import { IconResource, PanelSettings } from '../../types';
44
import assetUtils from '../../panel/asset_utils';
5-
import './iconMapping.css';
5+
import './IconMapping.css';
66

77
interface Props extends StandardEditorProps<string, PanelSettings> {
88
item: any;

0 commit comments

Comments
 (0)