Skip to content

Commit

Permalink
Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoptevAnton committed Aug 15, 2024
1 parent cf717df commit 392b114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import './variables';
@import './placeholders';
@import './projects';
@import './projects';
2 changes: 1 addition & 1 deletion src/js/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Swiper from 'swiper';
import { Navigation, Keyboard } from 'swiper/modules';
import 'swiper/css';
import 'swiper/css/navigation';
import {prevButtonEl, nextButtonEl} from './elements.js'
import { prevButtonEl, nextButtonEl } from './elements.js';

Swiper.use([Navigation, Keyboard]);
new Swiper('.projects__swiper-container', {
Expand Down

0 comments on commit 392b114

Please sign in to comment.