function App({ Component, pageProps, app }) { return (
{ app.friendly_name }

{ app.categories[0] }

) } export default App