blob: 0f1bbefcababf477804133ab4f64cfd62087f382 [file]
"use client";
import { IconButton as IconButtonComponent } from "./IconButton";
/**
* 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 IconButton = IconButtonComponent;