fill in empty files with placeholder

This commit is contained in:
Connor Turland 2018-03-10 22:34:49 -05:00
parent 6fc7a09662
commit 52430ef8d5
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
import React, { Component } from 'react'
class Authorized extends Component {
render = () => {
return (
null
)
}
}
export default Authorized

View file

@ -0,0 +1,11 @@
import React, { Component } from 'react'
class ShowAuthorizaton extends Component {
render = () => {
return (
null
)
}
}
export default ShowAuthorizaton