Skip to content

Commit

Permalink
fix code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcaxias committed Mar 6, 2023
1 parent 700b332 commit 54ae2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/Provider.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PropTypes from 'prop-types';
import React, { useState, createContext, useRef, useMemo, useEffect } from 'react';
import React, { useState, createContext, useRef, useMemo } from 'react';
import usePersistedState from '../hooks/usePersistedState';

const blankImage = 'https://i.imgur.com/qEgz28w.png';
Expand Down

0 comments on commit 54ae2dc

Please sign in to comment.