import React from 'react'; import { withCurrentUser, getSetting, Components, registerComponent } from 'meteor/nova:core'; const Header = (props, context) => { const logoUrl = getSetting("logoUrl"); const siteTitle = getSetting("title", "Nova"); const tagline = getSetting("tagline"); return (