Skip to content

Commit bf5f850

Browse files
authored
Fix hammer
1 parent 30708c1 commit bf5f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/quickpanel/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 } from 'react';
22
import { useSelector, useDispatch } from 'react-redux';
3-
import Hammer, { displayName, propTypes } from 'react-hammerjs';
3+
import Hammer, { displayName, propTypes } from '@win11react/react-hammerjs';
44
import Slider from '@mui/material/Slider';
55
import Swiper from 'react-slick';
66

0 commit comments

Comments
 (0)