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
@@ -1,10 +1,10 @@
import { List } from 'lucide-react';
import { AutomationTestingProps } from '@CE/types';
import { AutomationTestingProps } from '@/types';
import { CodeEditor } from '@@CE/CodeEditor';
import { TextTip } from '@@CE/Tip/TextTip';
import { Button } from '@@CE/buttons';
import { CodeEditor } from '@@/CodeEditor';
import { TextTip } from '@@/Tip/TextTip';
import { Button } from '@@/buttons';
import { convertToArrayOfStrings, parseDotEnvFile } from './utils';
import { type Values } from './types';