We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed81cb2 commit 4955e4eCopy full SHA for 4955e4e
13/js/form-validation.js
@@ -1,4 +1,4 @@
1
-import { getPluralForm } from './utils';
+import { getPluralForm } from './utils.js';
2
3
const MAX_HASHTAGS_COUNT = 5;
4
const MAX_DESCRIPTION_LENGTH = 140;
13/js/gallery-filters.js
@@ -1,5 +1,5 @@
-import { renderThumbnails } from './render-thumbnails';
-import { debounce } from './utils';
+import { renderThumbnails } from './render-thumbnails.js';
+import { debounce } from './utils.js';
const TIMEOUT_DELAY = 500;
5
const RANDOM_PHOTOS_COUNT = 10;
0 commit comments