Remove unused import

This commit is contained in:
Mitchell McCaffrey 2021-02-08 17:26:56 +11:00
parent a188736dd8
commit 75a7fb401b

View File

@ -1,5 +1,4 @@
import React, { useState } from "react";
import { Group } from "react-konva";
import MapControls from "./MapControls";
import MapInteraction from "./MapInteraction";