Files

4 lines
73 B
JavaScript
Raw Permalink Normal View History

var Option = function Option() {
return null;
};
export default Option;