feat(button-group): button-group migrated to tw

This commit is contained in:
Junior Garcia 2023-02-19 18:23:11 -03:00
parent 08949f5c72
commit 20b84e0953

View File

@ -25,6 +25,4 @@ if (__DEV__) {
ButtonGroup.displayName = "NextUI.ButtonGroup";
}
ButtonGroup.toString = () => ".nextui-button-group";
export default ButtonGroup;