mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-28 07:38:37 +00:00
♻️ refactor(helpers): refactor the helpers folder and related imports
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { useCallback, useEffect } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { API } from '../helpers/api';
|
||||
import { API, processModelsData, processGroupsData } from '../helpers';
|
||||
import { API_ENDPOINTS } from '../constants/playground.constants';
|
||||
import { processModelsData, processGroupsData } from '../helpers/apiUtils';
|
||||
|
||||
export const useDataLoader = (
|
||||
userState,
|
||||
|
||||
Reference in New Issue
Block a user