Skip to content

Commit

Permalink
chore(import): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Mar 21, 2024
1 parent bb05a19 commit 6a1f46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCallback, useMemo, useRef, useState } from 'react';
import { useCallback, useMemo, useState } from 'react';
import {
type Options as MutativeOptions,
type Patches,
Expand Down

0 comments on commit 6a1f46f

Please sign in to comment.