-import {fadeIn, fadeOut} from '../services/animations';
-import {onSelect} from '../services/dom';
+import {fadeIn, fadeOut} from '../services/animations.ts';
+import {onSelect} from '../services/dom.ts';
this.container.addEventListener('click', event => {
if (event.target === this.container && lastMouseDownTarget === this.container) {
this.container.addEventListener('click', event => {
if (event.target === this.container && lastMouseDownTarget === this.container) {