diff options
Diffstat (limited to 'template/jsx/snip-class.jsx')
-rw-r--r-- | template/jsx/snip-class.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/jsx/snip-class.jsx b/template/jsx/snip-class.jsx new file mode 100644 index 0000000..09a925c --- /dev/null +++ b/template/jsx/snip-class.jsx @@ -0,0 +1,3 @@ +class {{_input_:name}} { + {{_cursor_}} +} |