fix: app context and routing

This commit is contained in:
Sérgio Salgado 2021-04-06 20:31:47 +01:00 committed by Josh Harvey
parent c00249586d
commit 9b5cf32314
8 changed files with 7 additions and 52 deletions

View file

@ -4,7 +4,7 @@ import gql from 'graphql-tag'
import React, { useContext, useState } from 'react'
import { useHistory } from 'react-router-dom'
import { AppContext } from 'src/App'
import AppContext from 'src/AppContext'
import { Button } from 'src/components/buttons'
import { CodeInput } from 'src/components/inputs/base'
import { H2, P } from 'src/components/typography'