Rename and convert dfnshelper to typescript
This commit is contained in:
parent
b3febe49ad
commit
1473a793e5
7 changed files with 10 additions and 10 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue