Skip to content

Commit 2b82810

Browse files
committed
fix leftover path
1 parent 5b9163e commit 2b82810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Editor/p5JavaScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LanguageSupport } from '@codemirror/language';
22
import { javascript } from '@codemirror/lang-javascript';
3-
import { p5Hinter } from '../../../../utils/p5-hinter-cm6';
3+
import { p5Hinter } from '../../../../utils/p5-hinter';
44

55
function testCompletions(context) {
66
const word = context.matchBefore(/\w*/);

0 commit comments

Comments
 (0)