refactor: minor cleanup

This commit is contained in:
thecodrr
2020-01-28 19:14:23 +05:00
parent 9204c0a1a8
commit cdd2d5f9d4

View File

@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React from "react";
import ReactDOM from "react-dom";
import { Box, Flex, Heading, Text } from "rebass";
import * as Icon from "react-feather";