2 instantiations of LayoutComponents
aspire (2)
Layout\LayoutConfiguration.cs (1)
58
public LayoutComponents Components { get; set; } =
new
();
Layout\LayoutDiscovery.cs (1)
223
Components = new
LayoutComponents
()
1 reference to LayoutComponents
aspire (1)
Layout\LayoutConfiguration.cs (1)
58
public
LayoutComponents
Components { get; set; } = new();