| "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; |