Small fixes after rebase

This commit is contained in:
Jennifer Weber
2025-08-29 02:55:05 -07:00
committed by Jennifer Weber
parent 6eb91e4aed
commit 0bd3c1271d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import axios from 'axios'
import { debounce } from 'lodash'
import { debounce } from 'es-toolkit/compat'
import defaultClientFeatureFlags from '@/config/clientFeatureFlags.json'
import type {

View File

@@ -1,5 +1,5 @@
import axios, { type AxiosError } from 'axios'
import { groupBy } from 'lodash'
import { groupBy } from 'es-toolkit/compat'
import { defineStore } from 'pinia'
import { computed, ref, shallowRef } from 'vue'