Revert "feat(frontend): import CE code to EE" (#1557)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { CellContext } from '@tanstack/react-table';
|
||||
|
||||
import { useCurrentEnvironment } from '@CE/react/hooks/useCurrentEnvironment';
|
||||
import { isAgentEnvironment } from '@CE/react/portainer/environments/utils';
|
||||
import { useCurrentEnvironment } from '@/react/hooks/useCurrentEnvironment';
|
||||
import { isAgentEnvironment } from '@/react/portainer/environments/utils';
|
||||
|
||||
import { Link } from '@@CE/Link';
|
||||
import { Link } from '@@/Link';
|
||||
|
||||
import { DecoratedTask } from '../types';
|
||||
import { getTableMeta } from '../meta';
|
||||
|
||||
Reference in New Issue
Block a user