Added Task Mgmt, and framework for Recipes.

This commit is contained in:
Brian McGonagill 2022-09-05 09:39:54 -05:00
parent 3b9a54daf1
commit 947abfb76f
13 changed files with 430 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<template name="taskHome">
{{> taskForm}}
<hr>
{{> taskTbl}}
</template>