chore(axios): move axios into own folder CE [R8S-871] (#2075)

This commit is contained in:
nickl-portainer
2026-03-18 13:24:44 +13:00
committed by GitHub
parent 0d20839d5f
commit ac7ff0fff4
317 changed files with 320 additions and 320 deletions
@@ -1,6 +1,6 @@
import { useMutation, useQueryClient } from '@tanstack/react-query';
import axios, { parseAxiosError } from '@/portainer/services/axios';
import axios, { parseAxiosError } from 'Portainer/services/axios/axios';
import {
mutationOptions,
withError,