Skip to content

Commit

Permalink
fik(lodash): append '.js' to import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed Jan 3, 2025
1 parent 954541b commit 1d6a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kotti-ui/source/kotti-table/table/local.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import clone from 'lodash/clone'
import clone from 'lodash/clone.js'
import type { Ref } from 'vue'
import { watch } from 'vue'

Expand Down

0 comments on commit 1d6a6db

Please sign in to comment.