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

[BEEEP] Add banner component (#759)

This commit is contained in:
Oscar Hinton
2022-04-25 18:02:09 +02:00
committed by GitHub
parent 3b8ea9f97d
commit 5c88dcf0cc
7 changed files with 140 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export * from "./badge";
export * from "./banner";
export * from "./button";
export * from "./callout";