fix import problems

This commit is contained in:
MHA15 2019-12-15 18:16:55 +03:30 committed by GitHub
parent cb0ed5f758
commit 036d1c2f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { useCallback, useState } from 'react';
import { useReducer } from 'react';
const updateReducer = (num: number): number => (num + 1) % 1_000_000;