Export IconButton from Core

Squash commits of branch bugfix/icon-export:

- Export IconButton from Core
This commit is contained in:
Till-André Diegeler
2025-01-17 14:44:22 +01:00
parent 25ed3ceba0
commit f0518af823

View File

@@ -14,5 +14,5 @@
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
export { Button, LinkButton, ExternalLinkButton, ExternalLink, ButtonVariants } from "./Button";
export { Button, LinkButton, IconButton, ExternalLinkButton, ExternalLink, ButtonVariants } from "./Button";
export { default as Icon } from "./Icon";