Skip to content

Commit

Permalink
fix(date-utils): dayjs import error
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Jan 12, 2024
1 parent 789bfba commit 9a3e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/datepicker/date-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dayjs, { Dayjs } from 'dayjs';
import dayjs, { type Dayjs } from 'dayjs';

export function getMonthDays(date: Dayjs): Dayjs[] {
const monthLength = date.daysInMonth();
Expand Down

1 comment on commit 9a3e19c

@vercel
Copy link

@vercel vercel bot commented on 9a3e19c Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stwui – ./

stwui-git-main-n00nday.vercel.app
stwui-n00nday.vercel.app
stwui.vercel.app

Please sign in to comment.