1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 11:39:42 +01:00
2022-06-16 20:41:22 +02:00

5 lines
77 B
TypeScript

declare module "*.md" {
const content: string;
export default content;
}