Skip to content

Commit bf4646e

Browse files
authored
Update src/utils/debounce.js
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 57a01f1 commit bf4646e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/debounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import Vue from 'vue'
7-
import { INPUT_DEBOUNCE_MS } from '../models/Constants.js'
7+
import { INPUT_DEBOUNCE_MS } from '../models/Constants.ts'
88

99
/**
1010
*

0 commit comments

Comments
 (0)