We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58fd74 commit 449d640Copy full SHA for 449d640
web_src/js/modules/devtest.js
@@ -1,5 +1,5 @@
1
import $ from 'jquery';
2
-import {showInfoToast, showWarningToast, showErrorToast} from '../modules/toast.js';
+import {showInfoToast, showWarningToast, showErrorToast} from './toast.js';
3
4
document.getElementById('info-toast')?.addEventListener('click', () => {
5
showInfoToast('success 😀');
0 commit comments