1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Export spinner component (#17836)

This commit is contained in:
Vicki League
2025-12-05 11:00:07 -05:00
committed by GitHub
parent b49a9d4b0c
commit 3efa7b1f40

View File

@@ -39,6 +39,9 @@ export * from "./section";
export * from "./select";
export * from "./shared/compact-mode.service";
export * from "./skeleton";
export * from "./spinner";
export * from "./stepper";
export * from "./switch";
export * from "./table";
export * from "./tabs";
export * from "./toast";
@@ -46,5 +49,3 @@ export * from "./toggle-group";
export * from "./tooltip";
export * from "./typography";
export * from "./utils";
export * from "./stepper";
export * from "./switch";