about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Classes/LocalStorageProviderService.cs
blob: 0c3deec7ba0c6e9999095814d2885ee14808c07d (plain) (blame)
1
2
3
4
5
namespace MatrixRoomUtils.Web.Classes; 

public class LocalStorageProviderService : IStorageProvider {
    
}