Skip to content

Instantly share code, notes, and snippets.

@donedgardo
Created February 8, 2017 19:32
Show Gist options
  • Save donedgardo/81aa8a614d9b422acc4e707531ee9869 to your computer and use it in GitHub Desktop.
Save donedgardo/81aa8a614d9b422acc4e707531ee9869 to your computer and use it in GitHub Desktop.
NExt vs Meteor Article
import cowsay from 'cowsay-browser'
export default () => (
<pre>{ cowsay.say({ text: 'hi there!' }) }</pre>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment