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.

8 lines
265 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # uuid: 93c2e805-e6f9-4fc1-b664-3fd35d288574
  3. # contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
  4. # name: import React, { Component } & PropTypes
  5. # key: imrcp
  6. # --
  7. import React, { Component } from 'react'
  8. import PropTypes from 'prop-types'