From cc60ae142fd13423e31912b736d4da8d2c49b99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88khan=20O=CC=88ztu=CC=88rk?= Date: Tue, 23 Aug 2022 10:47:47 +0300 Subject: [PATCH] feat: add icon to lib --- lib/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.ts b/lib/main.ts index 0c87c97..6d6c51b 100644 --- a/lib/main.ts +++ b/lib/main.ts @@ -1,3 +1,4 @@ import Button from '../src/components/Button/Button.vue'; +import Icon from '../src/components/Icon/Icon.vue'; -export { Button }; +export { Button, Icon };