cm remove example template

This commit is contained in:
Yanick Champoux 2022-12-09 13:06:20 -05:00
parent 45c706f93f
commit be1f6deda0

View File

@ -1,13 +0,0 @@
---
to: app/hello.js
---
const hello = ```
Hello!
This is your first hygen template.
Learn what it can do here:
https://github.com/jondot/hygen
```
console.log(hello)