Update plugins/app/src/extensions/LegacyComponentsApi.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2025-08-08 15:32:21 +02:00
committed by benjdlambert
parent 62df274d55
commit 65e9e53245
@@ -26,7 +26,7 @@ import { ComponentType } from 'react';
/**
* This is the old component API that has been replaced by the new SwappableComponentsApi.
*
* This backwards compatibility implementation exists to avoid breaking older plugins.$
* This backwards compatibility implementation exists to avoid breaking older plugins.
*
* This was added for the 1.42 release, and can be removed in the future.
*