Rename and convert dfnshelper to typescript

This commit is contained in:
Bill Thornton 2022-11-03 01:04:35 -04:00
parent b3febe49ad
commit 1473a793e5
7 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ import isEmpty from 'lodash-es/isEmpty';
import { currentSettings as userSettings } from './settings/userSettings';
import Events from '../utils/events.ts';
import { updateLocale } from './dfnshelper';
import { updateLocale } from '../utils/dateFnsLocale.ts';
const Direction = {
rtl: 'rtl',