Add FullCalendar module

This commit is contained in:
CactusPuppy 2021-04-19 21:52:42 -07:00
parent abad615f65
commit 6b186c074d
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 80 additions and 0 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@fullcalendar/resource-timegrid": "^5.6.0"
}
}