blob: 6a88cf66f7667577e266259f5b0a4e3a5946996d [file]
"use client";
import { Button as ButtonComponent } from "./Button";
/**
* Add wrapper components and business logic here.
* If you modify this file, disable Subframe sync for it to prevent overwrites.
* Learn more: https://docs.subframe.com/concepts/syncing-components#wrapping-components
*/
export const Button = ButtonComponent;