import React from 'react'; import CharLimit from './CharLimit' import styled from 'styled-components' import FloatingLabel from './FloatingLabel' const CharLimitContainer = styled.div` position: relative; ` class TitleInput extends React.Component { render() { return ( ); } } class PasteInput extends React.Component { render() { return (