1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[CL-219][CL-218][CL-217] Add new extension layout components (#8728)

This commit is contained in:
Victoria League
2024-04-26 09:35:32 -04:00
committed by GitHub
parent 2fa4c6e4f9
commit ec37e5e4d3
20 changed files with 711 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ config.content = [
"libs/components/src/**/*.{html,ts,mdx}",
"libs/auth/src/**/*.{html,ts,mdx}",
"apps/web/src/**/*.{html,ts,mdx}",
"apps/browser/src/**/*.{html,ts,mdx}",
"bitwarden_license/bit-web/src/**/*.{html,ts,mdx}",
".storybook/preview.tsx",
];