Skip to content

Commit 9260361

Browse files
Fix path
1 parent aa3df5e commit 9260361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import './styles/cssVariables.css';
99
import './styles/utilities.scss';
1010
import './styles/main.scss';
1111
import './styles/themeStyles.scss';
12-
import VCodeBlock from '@/plugin/VCodeBlock.vue';
12+
import VCodeBlock from './VCodeBlock.vue';
1313

1414

1515
export const codeBlockOptions = Symbol();

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"strict": true,
3333
"target": "ESNext",
3434
"typeRoots": [
35-
"./src/types",
35+
"./src/plugin/types",
3636
"./node_modules/@types"
3737
],
3838
"types": [

0 commit comments

Comments
 (0)