Added Moment module and got data imported into each card

This commit is contained in:
Lucas Patenaude
2024-04-03 23:09:39 -06:00
parent 3a87b22d17
commit d7e7372776
1088 changed files with 186474 additions and 116 deletions

11
ProjectSourceCode/node_modules/moment/package.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};