Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
221 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # uuid: bfc91d09-863d-4e5d-96bf-afbd234f7ca8
  3. # contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
  4. # name: componentRender
  5. # key: ren
  6. # --
  7. render() {
  8. return (
  9. <div>
  10. $0
  11. </div>
  12. )
  13. }