mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-10 08:53:23 +00:00
Fix TypeScript and ESLint errors, resolve component imports
- Fix TypeScript types in trigger-helpers with proper interfaces - Remove all ESLint no-explicit-any warnings with better typing - Fix component import paths from @/components/* to relative paths - Regenerate import map with correct component references - All compilation and linting errors resolved
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
|
||||
import { default as default_4845c503d8eeb95a2cf39d519276b9b7 } from '../../../../../components/WorkflowExecutionStatus'
|
||||
import { default as default_28774f13376b69227276b43eee64e5a1 } from '../../../../../components/StatusCell'
|
||||
import { default as default_623fcff70b12e3e87839f97bf237499a } from '../../../../../components/ErrorDisplay'
|
||||
|
||||
export const importMap = {
|
||||
|
||||
"../components/WorkflowExecutionStatus#default": default_4845c503d8eeb95a2cf39d519276b9b7,
|
||||
"../components/StatusCell#default": default_28774f13376b69227276b43eee64e5a1,
|
||||
"../components/ErrorDisplay#default": default_623fcff70b12e3e87839f97bf237499a
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user