Skip to content

Commit 449d640

Browse files
committed
fix lint
1 parent d58fd74 commit 449d640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/modules/devtest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import $ from 'jquery';
2-
import {showInfoToast, showWarningToast, showErrorToast} from '../modules/toast.js';
2+
import {showInfoToast, showWarningToast, showErrorToast} from './toast.js';
33

44
document.getElementById('info-toast')?.addEventListener('click', () => {
55
showInfoToast('success 😀');

0 commit comments

Comments
 (0)