Skip to content

Commit aab3338

Browse files
Added default export
1 parent 53db654 commit aab3338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export function createVCodeBlock(options: Props = {}) {
1717
};
1818
}
1919

20+
export default VCodeBlock;
21+
2022
export {
2123
VCodeBlock,
2224
};

0 commit comments

Comments
 (0)