react-pointer-type
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "description": "React hooks for adapting to pointer type changes. The correct alternative to feature detection.", |
@@ -40,3 +40,3 @@ # React Pointer Type | ||
import './App.css'; | ||
import { usePointerType } from '../../'; | ||
import { usePointerType } from 'react-pointer-type'; | ||
@@ -43,0 +43,0 @@ function App() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19236