Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Aug 25, 2024
1 parent 1d628ab commit 153e0d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/theming/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import merge from 'lodash/merge'
import get from 'lodash/get'
import set from 'lodash/set'
import merge from 'lodash/merge.js'
import get from 'lodash/get.js'
import set from 'lodash/set.js'

const textPropsWithInheritance = [
'axis.ticks.text',
Expand Down

0 comments on commit 153e0d4

Please sign in to comment.