add missing files

This commit is contained in:
Connor Turland 2018-03-10 08:29:08 -05:00
parent c102c8c7b9
commit 40293b7245
4 changed files with 2 additions and 2 deletions

View file

@ -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 = () => {

View file

View file

View file