mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 05:33:23 +00:00
10 lines
151 B
C#
10 lines
151 B
C#
using Microsoft.Maui.Controls;
|
|
using Microsoft.Maui;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class ExtendedStackLayout : StackLayout
|
|
{
|
|
}
|
|
}
|