actually import lodash-es

This commit is contained in:
Henry Jameson 2026-09-03 13:20:24 +03:00
commit 3cc8402e01
67 changed files with 67 additions and 67 deletions

View file

@ -1,4 +1,4 @@
import { cloneDeep } from 'lodash'
import { cloneDeep } from 'lodash-es'
import { createPinia, setActivePinia } from 'pinia'
import { useLocalConfigStore } from 'src/stores/local_config.js'