Skip to content

Commit

Permalink
refactor(utils.ts): rm unused useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesDev committed Jul 28, 2023
1 parent 87387d8 commit e4f48e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState, useCallback } from 'react';
import { useState, useCallback } from 'react';
import { useQuery } from 'react-query';
import { useStore } from './store';

Expand Down

0 comments on commit e4f48e2

Please sign in to comment.