Skip to content

Commit

Permalink
fix: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Sep 29, 2021
1 parent 943a0a2 commit 3f8ed2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/trees/[treeid].js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from "react";
import { useRouter } from 'next/router'
import log from "loglevel";
import {useMapContext} from "../../mapContext";

const Tree = ({tree}) => {
const router = useRouter()
const { treeid } = router.query

const mapContext = useMapContext();

Expand Down

0 comments on commit 3f8ed2d

Please sign in to comment.