(#1) - WebPack bundling of JS and CSS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const RsvCalendarPicker = (() => {
|
||||
export const RsvCalendarPicker = (() => {
|
||||
|
||||
function get_first_day_of_month(date) {
|
||||
const day = new Date(date.getFullYear(), date.getMonth(), 1).getDay();
|
||||
|
||||
Reference in New Issue
Block a user