Added Menu List and the Menu Table view.

This commit is contained in:
Brian McGonagill 2022-08-26 17:10:05 -05:00
parent 25ce44d9cf
commit 3290b3086a
16 changed files with 401 additions and 0 deletions

15
client/Menus/mainMenu.js Normal file
View file

@ -0,0 +1,15 @@
Template.mainMenu.onCreated(function() {
});
Template.mainMenu.onRendered(function() {
});
Template.mainMenu.helpers({
});
Template.mainMenu.events({
});