Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 24, 2024
1 parent 8ed6e2c commit b7a8640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/date/QDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function getMonthHash (date) {
return date.year + '/' + pad(date.month)
}

console.log('test')

export default createComponent({
name: 'QDate',

Expand Down

0 comments on commit b7a8640

Please sign in to comment.