Login component working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { api } from '../helpers'
|
||||
import { api } from 'src/API'
|
||||
|
||||
export class Logout extends React.Component {
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user