Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BekhUriy committed Nov 17, 2023
1 parent 5e42760 commit 2c43bfa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import './js/api-requests.js';
import './js/best-sellers.js';
import './js/scrollBtn.js';
import './js/category-list.js';
import './js/api-requests.js';
import './js/header.js';
import './js/category-markup.js';
import './js/dark-theme.js';

import './js/rent-block.js';
import './js/header.js';
import './js/modal-about.js';
import './js/render-book.js';
import './js/scrollBtn.js';
import './js/set-active.js';
import './js/support-slider.js';

0 comments on commit 2c43bfa

Please sign in to comment.