import { Group } from "@mantine/core" export function ButtonToolbar(props: { children: React.ReactNode }) { return {props.children} }