remove not used files

This commit is contained in:
Erik Sundell
2019-01-07 11:06:36 +01:00
parent 0c178f8623
commit 4340e81605
2 changed files with 0 additions and 18 deletions
@@ -1,12 +0,0 @@
import React from 'react';
import { components } from 'react-select';
export const GroupHeading = props => {
return (
<label className="description-picker-option__button btn picker-option-group">
<components.GroupHeading {...props} />
</label>
);
};
export default GroupHeading;
@@ -1,6 +0,0 @@
.picker-option-group {
cursor: default;
color: $text-color-weak;
font-size: $font-size-sm;
font-weight: $lead-font-weight;
}