fix: app context and routing
This commit is contained in:
parent
c00249586d
commit
9b5cf32314
8 changed files with 7 additions and 52 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue