Skip to content

Commit

Permalink
chore: rm useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Jul 18, 2024
1 parent 5e6d8b0 commit 7b99f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/timezone.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import moment from 'moment'
import dayjs from '../src'
import timezone from '../src/plugin/timezone'
import utc from '../src/plugin/utc'
import '../src/locale/en'

dayjs.extend(utc)
dayjs.extend(timezone)
Expand Down

0 comments on commit 7b99f68

Please sign in to comment.