diff --git a/src/routes/Apps/Authorized.js b/src/routes/Apps/Authorized.js index e69de29b..29da4239 100644 --- a/src/routes/Apps/Authorized.js +++ b/src/routes/Apps/Authorized.js @@ -0,0 +1,11 @@ +import React, { Component } from 'react' + +class Authorized extends Component { + render = () => { + return ( + null + ) + } +} + +export default Authorized \ No newline at end of file diff --git a/src/routes/Apps/ShowAuthorization.js b/src/routes/Apps/ShowAuthorization.js index e69de29b..1f78194a 100644 --- a/src/routes/Apps/ShowAuthorization.js +++ b/src/routes/Apps/ShowAuthorization.js @@ -0,0 +1,11 @@ +import React, { Component } from 'react' + +class ShowAuthorizaton extends Component { + render = () => { + return ( + null + ) + } +} + +export default ShowAuthorizaton \ No newline at end of file