aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mstodo/index.js
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <yogainformatika@gmail.com>2020-10-10 10:21:29 +0700
committerLibravatar GitHub <noreply@github.com>2020-10-10 04:21:29 +0100
commit00275a80cd70cea3ac53d00ca68a643dee25b5aa (patch)
tree819b39b93c0e7b18425561260ba6ee02bd3b3a8f /recipes/mstodo/index.js
parentFixed Slite querySelector and code style improvements (#324) (diff)
downloadferdium-recipes-00275a80cd70cea3ac53d00ca68a643dee25b5aa.tar.gz
ferdium-recipes-00275a80cd70cea3ac53d00ca68a643dee25b5aa.tar.zst
ferdium-recipes-00275a80cd70cea3ac53d00ca68a643dee25b5aa.zip
Add recipe for Microsoft To Do (#325)
Diffstat (limited to 'recipes/mstodo/index.js')
-rw-r--r--recipes/mstodo/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mstodo/index.js b/recipes/mstodo/index.js
new file mode 100644
index 0000000..73107f7
--- /dev/null
+++ b/recipes/mstodo/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class mstodo extends Ferdi {
2};