Skip to content

Commit d69cb58

Browse files
authored
Fix hammer
1 parent 41f760e commit d69cb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/statusbar.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

55
import parse from 'color-parse';
66
import rgba from 'color-rgba';

0 commit comments

Comments
 (0)