Revert "feat(frontend): import CE code to EE" (#1557)

This commit is contained in:
Chaim Lev-Ari
2025-12-18 13:45:26 +02:00
committed by GitHub
parent 2f5b083c5c
commit bf8ccbcec6
1849 changed files with 6494 additions and 6602 deletions

View File

@@ -1,6 +1,6 @@
import axios, { parseAxiosError } from '@CE/portainer/services/axios';
import { Pair } from '@CE/react/portainer/settings/types';
import { EnvironmentId } from '@CE/react/portainer/environments/types';
import axios, { parseAxiosError } from '@/portainer/services/axios';
import { Pair } from '@/react/portainer/settings/types';
import { EnvironmentId } from '@/react/portainer/environments/types';
import { Stack } from '../../types';