Remove useEffect import. (#250)

This commit is contained in:
Stan Silvert 2020-12-07 13:57:03 -05:00 committed by GitHub
parent 5463db5a20
commit 9ff144e768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import React, { Children, useEffect, useState } from "react"; import React, { Children, useState } from "react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { import {
Grid, Grid,