import Button from '@/features/ui/components/bootstrap-5/button' import { Meta } from '@storybook/react' type Args = React.ComponentProps export const NewButton = (args: Args) => { return