mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor: Enable import/order for design-system, workflow and @n8n packages (#10847)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as Logger from './LoggerProxy';
|
||||
import { ApplicationError, type ReportingOptions } from './errors/application.error';
|
||||
import * as Logger from './LoggerProxy';
|
||||
|
||||
interface ErrorReporter {
|
||||
report: (error: Error | string, options?: ReportingOptions) => void;
|
||||
|
||||
Reference in New Issue
Block a user