Skip to content

Commit ac016e4

Browse files
Build
1 parent 9260361 commit ac016e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/plugin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { App } from 'vue';
22
import type { Props } from './types';
3-
import VCodeBlock from '../plugin/VCodeBlock.vue';
3+
import VCodeBlock from './VCodeBlock.vue';
44
export declare const codeBlockOptions: unique symbol;
55
export declare function createVCodeBlock(options?: Props): (app: App) => void;
66
export { VCodeBlock, };

dist/types/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)