Skip to content

Commit

Permalink
Core: fixed callOnce import
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Oct 7, 2024
1 parent 0e0787a commit ae5d76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devextreme/js/core/utils/call_once.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// deprecated
import { call_once } from '../../__internal/core/utils/m_call_once';
export default call_once;
import { callOnce } from '../../__internal/core/utils/m_call_once';
export default callOnce;

0 comments on commit ae5d76d

Please sign in to comment.