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,5 +1,5 @@
import { createTestingPinia } from '@pinia/testing'
import { snakeCase } from 'lodash'
import { snakeCase } from 'lodash-es'
import { setActivePinia } from 'pinia'
import { useStatusesStore } from 'src/stores/statuses.js'