5 lines
82 B
Text
5 lines
82 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: import x from y
|
||
|
# key: ix
|
||
|
# --
|
||
|
import $1 from '$2'
|