mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 22:24:37 -05:00
10 lines
137 B
C#
10 lines
137 B
C#
using Microsoft.Maui.Controls;
|
|
using Microsoft.Maui;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class ExtendedGrid : Grid
|
|
{
|
|
}
|
|
}
|