mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 05:33:23 +00:00
PM-3349 PM-3350 MAUI Migration Initial
This commit is contained in:
9
src/Core/Controls/ExtendedStackLayout.cs
Normal file
9
src/Core/Controls/ExtendedStackLayout.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Maui.Controls;
|
||||
using Microsoft.Maui;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class ExtendedStackLayout : StackLayout
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user