Skip to content

Commit

Permalink
fix: fixed import for util
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 11, 2024
1 parent a89d25d commit a4d3be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Emoji } from './config.js';
import type { DiscordTimestamp } from './types.js';
import type { Emoji, DiscordTimestamp } from './types.js';

const intlDateFormat = new Intl.DateTimeFormat('en-US', { day: '2-digit', month: '2-digit', year: 'numeric' });
const intlTwelveHourFormat = new Intl.DateTimeFormat('en-US', { hour12: true, hour: '2-digit', minute: '2-digit' });
Expand Down

0 comments on commit a4d3be7

Please sign in to comment.