mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
fix import problems
This commit is contained in:
parent
cb0ed5f758
commit
036d1c2f1f
@ -1,4 +1,4 @@
|
||||
import { useCallback, useState } from 'react';
|
||||
import { useReducer } from 'react';
|
||||
|
||||
const updateReducer = (num: number): number => (num + 1) % 1_000_000;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user