578ed1ba98
Moving all of my Emacs-related files into their own directory at the root of this repository.
5 lines
103 B
Text
5 lines
103 B
Text
# -*- mode: snippet -*-
|
|
# name: Import React dependency (ES6)
|
|
# key: ir
|
|
# --
|
|
import React from 'react'
|