Skip to content

Commit

Permalink
Remove unused useEffect import from ItemProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 14, 2021
1 parent 9e73d1c commit d1f0722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemProvider/ItemProvider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, createContext, useContext, useEffect } from "react";
import React, { useState, createContext, useContext } from "react";

const ItemContext = createContext();
const ItemSetterContext = createContext();
Expand Down

0 comments on commit d1f0722

Please sign in to comment.