aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/onenote/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:36 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:36 +0200
commit6c0449e4e524f26d392c84ea0dcab8d43d19f042 (patch)
treec808bf6bf2c4e349ee94bfd7535420b2c8dc8639 /recipes/onenote/index.js
parentAdd iCloud Reminders (diff)
downloadferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.tar.gz
ferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.tar.zst
ferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.zip
Add OneNote
Diffstat (limited to 'recipes/onenote/index.js')
-rw-r--r--recipes/onenote/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/onenote/index.js b/recipes/onenote/index.js
new file mode 100644
index 0000000..b322187
--- /dev/null
+++ b/recipes/onenote/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class onenote extends Ferdi {
2};