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