Files
BlazorDeviceInterop/BlazorDeviceInterop.Components/LeafletMap/TileLayerOptions.cs
T
Bernard Darnton 9576c5aa5b Add project files.
2020-10-12 06:03:49 +13:00

7 lines
120 B
C#

namespace BlazorDeviceInterop.Components.LeafletMap
{
public class TileLayerOptions : LayerOptions
{
}
}