fix: rename date function to fix imports

This commit is contained in:
David Ralph
2024-09-27 20:05:24 +01:00
parent 728ef587e1
commit 0c6bae9a90
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { convertTimezone } from './convertTimezone';
import { getNth } from './getNth';
import { appendNth } from './appendNth';
export { convertTimezone, getNth };
export { convertTimezone, appendNth };