Skip to content

Commit 4955e4e

Browse files
author
Keks
committed
✔️ Сборка #13
1 parent ed81cb2 commit 4955e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

13/js/form-validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getPluralForm } from './utils';
1+
import { getPluralForm } from './utils.js';
22

33
const MAX_HASHTAGS_COUNT = 5;
44
const MAX_DESCRIPTION_LENGTH = 140;

13/js/gallery-filters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { renderThumbnails } from './render-thumbnails';
2-
import { debounce } from './utils';
1+
import { renderThumbnails } from './render-thumbnails.js';
2+
import { debounce } from './utils.js';
33

44
const TIMEOUT_DELAY = 500;
55
const RANDOM_PHOTOS_COUNT = 10;

0 commit comments

Comments
 (0)