temp move
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import type { HtmlProps } from '@/types';
|
||||
import { cn } from '@/utils/cn';
|
||||
|
||||
export function ButtonContainer({
|
||||
className,
|
||||
...props
|
||||
}: HtmlProps<HTMLDivElement>) {
|
||||
return (
|
||||
<div className={cn('flex justify-between mt-6', className)} {...props} />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user