add missing files
This commit is contained in:
parent
c102c8c7b9
commit
40293b7245
4 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { Component } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import NavBar from '../components/NavBar'
|
||||
import NavBarLink from '../components/NavBarLink'
|
||||
import NavBar from '../../components/NavBar'
|
||||
import NavBarLink from '../../components/NavBarLink'
|
||||
|
||||
class AppsHeader extends Component {
|
||||
render = () => {
|
||||
|
|
0
src/routes/Apps/Authorizations.js
Normal file
0
src/routes/Apps/Authorizations.js
Normal file
0
src/routes/Apps/Authorized.js
Normal file
0
src/routes/Apps/Authorized.js
Normal file
0
src/routes/Apps/ShowAuthorization.js
Normal file
0
src/routes/Apps/ShowAuthorization.js
Normal file
Loading…
Reference in a new issue