1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Migrate Chromatic (#2906)

This commit is contained in:
Oscar Hinton
2022-06-16 20:41:22 +02:00
committed by GitHub
parent ba0e33881f
commit 4106eead02
12 changed files with 118 additions and 190 deletions

4
.storybook/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string;
export default content;
}