import React from 'react'; const Banner = ({ appName, token }) => { if (token) { return null; } return (
A place to share your knowledge.