refactor(environments): move environments ts code to react [EE-3443] (#7747)

This commit is contained in:
Chaim Lev-Ari
2022-10-23 09:53:25 +03:00
committed by GitHub
parent 1b12cc9f31
commit e48ceb15e9
154 changed files with 195 additions and 179 deletions

View File

@@ -1,6 +1,6 @@
import { useEffect } from 'react';
import { useAgentDetails } from '@/portainer/environments/queries/useAgentDetails';
import { useAgentDetails } from '@/react/portainer/environments/queries/useAgentDetails';
import { Code } from '@@/Code';
import { CopyButton } from '@@/buttons/CopyButton';