parent
f6d12c5d88
commit
b70d607b9f
@ -1,6 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import Tag, { TagProps } from '../tag';
|
||||
|
||||
export default function PickerButton(props: TagProps) {
|
||||
export default function PickerTag(props: TagProps) {
|
||||
return <Tag color="blue" {...props} />;
|
||||
}
|
||||
|
Loading…
Reference in New Issue