// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`component.UI.Header should render correctly with default props 1`] = `
`;
exports[`component.UI.Header should render correctly with logo 1`] = `
logo here
`;
exports[`component.UI.Header should render correctly with subtitle 1`] = `
subtitle here
`;
exports[`component.UI.Header should render correctly with title 1`] = `
title here
`;
exports[`component.UI.Header should render correctly with title, subtitle, and logo 1`] = `
logo here
title here
logo here
`;