aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/components/icons/index.ts
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-09-28 15:30:30 +0200
committerivarlovlie <git@ivarlovlie.no>2022-09-28 15:31:28 +0200
commit803c2ff0581e761c5175e1a04b006e1f6a997c6e (patch)
tree7e973fbdff622f68fd64db876a068bd76a87b4cb /apps/kit/src/lib/components/icons/index.ts
parent942da03f7c15241c67edb350b446b7e45cee931e (diff)
downloadgreatoffice-803c2ff0581e761c5175e1a04b006e1f6a997c6e.tar.xz
greatoffice-803c2ff0581e761c5175e1a04b006e1f6a997c6e.zip
feat: Support loading buttons
Diffstat (limited to 'apps/kit/src/lib/components/icons/index.ts')
-rw-r--r--apps/kit/src/lib/components/icons/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/kit/src/lib/components/icons/index.ts b/apps/kit/src/lib/components/icons/index.ts
index 9b0fb7e..b220f37 100644
--- a/apps/kit/src/lib/components/icons/index.ts
+++ b/apps/kit/src/lib/components/icons/index.ts
@@ -8,6 +8,7 @@ import ExclamationTriangle from "./exclamation-triangle.svelte";
import XCircle from "./x-circle.svelte";
import CheckCircle from "./check-circle.svelte";
import XMark from "./x-mark.svelte";
+import Spinner from "./spinner.svelte";
export {
XIcon,
MenuIcon,
@@ -18,5 +19,6 @@ export {
ExclamationTriangle,
XCircle,
CheckCircle,
- XMark
+ XMark,
+ Spinner
} \ No newline at end of file