Clean up imports

This commit is contained in:
Mitchell McCaffrey
2021-01-02 09:13:26 +11:00
parent a146495326
commit f24156c44c
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import React, { useEffect, useContext, useState } from "react";
import compare from "fast-deep-equal";
import React, { useEffect, useContext } from "react";
import useNetworkedState from "../helpers/useNetworkedState";
import DatabaseContext from "./DatabaseContext";