mirror of
https://github.com/mue/mue.git
synced 2026-07-05 15:41:18 +02:00
fix: rename date function to fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { convertTimezone } from './convertTimezone';
|
||||
import { getNth } from './getNth';
|
||||
import { appendNth } from './appendNth';
|
||||
|
||||
export { convertTimezone, getNth };
|
||||
export { convertTimezone, appendNth };
|
||||
|
||||
Reference in New Issue
Block a user