Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Sep 15, 2023
1 parent 7ffac41 commit 5151d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useSelector, useDispatch } from 'react-redux';
import { useState, useEffect, useMemo, useRef } from 'react';
import { useEffect, useMemo, useRef } from 'react';
import type { LoadingState } from 'robodux';

import type { QueryState } from './slice';
Expand Down

0 comments on commit 5151d13

Please sign in to comment.