Skip to content

Instantly share code, notes, and snippets.

@tur-nr
Created October 27, 2018 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tur-nr/984da1d42c1ec71bc6ebbb691d7da830 to your computer and use it in GitHub Desktop.
Save tur-nr/984da1d42c1ec71bc6ebbb691d7da830 to your computer and use it in GitHub Desktop.
import React from 'react';
import styled from 'styled-components';
const Text = styled.div`
display: inline-block;
`;
export default Text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment