diff --git a/src/utils/date/getNth.js b/src/utils/date/appendNth.js similarity index 100% rename from src/utils/date/getNth.js rename to src/utils/date/appendNth.js diff --git a/src/utils/date/index.js b/src/utils/date/index.js index ddb70924..234e5f4b 100644 --- a/src/utils/date/index.js +++ b/src/utils/date/index.js @@ -1,4 +1,4 @@ import { convertTimezone } from './convertTimezone'; -import { getNth } from './getNth'; +import { appendNth } from './appendNth'; -export { convertTimezone, getNth }; +export { convertTimezone, appendNth };