Finished adding the simplest form of Menus.

This commit is contained in:
Brian McGonagill 2022-08-27 16:59:01 -05:00
parent 3290b3086a
commit 075dd57996
9 changed files with 107 additions and 12 deletions

View file

@ -10,6 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.15.3",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.1.0"
"meteor-node-stubs": "^1.2.5",
"moment": "^2.29.4"
}
}