Skip to content

Commit

Permalink
Merge pull request #97 from gudzsv/about-me/remove-import
Browse files Browse the repository at this point in the history
Remove import from
  • Loading branch information
gudzsv committed May 1, 2024
2 parents 01f52c1 + bb59f3a commit 9229db2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/partials/about-me/swiper.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Swiper from 'swiper';
import 'swiper/css/bundle';

import 'swiper/css/mousewheel';

import { Navigation, Keyboard, Mousewheel } from 'swiper/modules';
import { Keyboard, Mousewheel, Navigation } from 'swiper/modules';

const swiperAboutMe = new Swiper('#swiperAbout', {
modules: [Navigation, Keyboard, Mousewheel],
Expand Down

0 comments on commit 9229db2

Please sign in to comment.