Removed unused import

This commit is contained in:
Mitchell McCaffrey 2020-04-15 12:52:26 +10:00
parent 0c2296990f
commit 16ba3c3a63

View File

@ -1,5 +1,5 @@
import React, { useState, useEffect, useContext } from "react";
import { Flex, Button, Image, Text, Box } from "theme-ui";
import { Flex, Button, Image, Text } from "theme-ui";
import Footer from "../components/Footer";