Skip to content

Commit

Permalink
Merge pull request #91 from developmentseed/router-push-not-a-function
Browse files Browse the repository at this point in the history
fix logout
  • Loading branch information
kamicut authored Aug 22, 2019
2 parents b1c4444 + 4dc83c9 commit 06b7a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { Component, Fragment } from 'react'
import join from 'url-join'
import getConfig from 'next/config'
import { Router, withRouter } from 'next/router'
import Router, { withRouter } from 'next/router'
import theme from '../styles/theme'
import Link from '../components/Link'

Expand Down

0 comments on commit 06b7a9e

Please sign in to comment.