summaryrefslogtreecommitdiff
path: root/.emacs.d.back/snippets/web-mode/rcwm.yasnippet
blob: b299683eb6caad98a8c80cc0d3c64ee4f1973896 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: React#componentWillMount
# key: rcwm
# --
componentWillMount() {
  $0
}