Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import * as React from 'react';
  2. import Snippet from './Snippet';
  3. import md from 'react-markings';
  4.  
  5. const someString = 'testing';
  6.  
  7. export default function ReadMe() {
  8. return md`
  9. # hi this is heaing
  10.  
  11. ${<Snippet baseUrl="jira.com" />}
  12. `;
  13. }
Add Comment
Please, Sign In to add comment