It looks fine, you just have to export your function that’s it.
use
export let fillCalendar = (month, year) => {
instead of
let fillCalendar = (month, year) => {
It looks fine, you just have to export your function that’s it.
use
export let fillCalendar = (month, year) => {
instead of
let fillCalendar = (month, year) => {