import React from 'react'; import styled from 'styled-components' const SpacedTitle = styled.div` margin-top: 10vh ` const Header = () => { return (

📋  ctrl-v

a modern, open-source pastebin with latex and markdown rendering support

); } export default Header;