Skip to content

Commit 30708c1

Browse files
authored
Fix hammer import
1 parent d69cb58 commit 30708c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useState, useEffect, useRef} from 'react';
22
import {useSelector} from 'react-redux';
3-
import Hammer from 'react-hammerjs';
3+
import Hammer from '@win11react/react-hammerjs';
44
import Swiper from 'react-slick';
55

66
import * as Widgets from 'components/widgets';

0 commit comments

Comments
 (0)