Skip to content

Commit

Permalink
Remove useContext
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-magana committed Jan 22, 2025
1 parent 907ea52 commit 7cc34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/hooks/useViewTracker/index.test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */

import React, { createContext, useContext } from 'react';
import React, { createContext } from 'react';
import {
renderHook,
act,
Expand Down

0 comments on commit 7cc34eb

Please sign in to comment.