chore: Move architecture into largeFeature

This commit is contained in:
Sidharth Vinod
2025-04-18 14:56:13 +05:30
parent da610bff1d
commit 8c52edf3ef

View File

@@ -72,7 +72,7 @@ export const addDiagrams = () => {
); );
if (includeLargeFeatures) { if (includeLargeFeatures) {
registerLazyLoadedDiagrams(flowchartElk, mindmap); registerLazyLoadedDiagrams(flowchartElk, mindmap, architecture);
} }
// Ordering of detectors is important. The first one to return true will be used. // Ordering of detectors is important. The first one to return true will be used.
@@ -99,7 +99,6 @@ export const addDiagrams = () => {
packet, packet,
xychart, xychart,
block, block,
architecture,
radar radar
); );
}; };