chore(app): remove unused files and code with Knip (#5185)

This commit is contained in:
Steven Enamakel
2026-07-25 05:08:01 +03:00
committed by GitHub
parent b9e0ce6171
commit ca0e65f196
400 changed files with 1647 additions and 2739 deletions
@@ -67,7 +67,7 @@ export interface NodeConfigFormProps {
upstreamOptions?: UpstreamExpressionOption[];
}
export type NodeConfigForm = (props: NodeConfigFormProps) => React.ReactElement;
type NodeConfigForm = (props: NodeConfigFormProps) => React.ReactElement;
// ── trigger ────────────────────────────────────────────────────────────────