6 lines
143 B
C#
6 lines
143 B
C#
|
|
using Wino.Core.Domain.Enums;
|
||
|
|
|
||
|
|
namespace Wino.Messaging.Client.Navigation;
|
||
|
|
|
||
|
|
public sealed record ActiveSettingsPageChanged(WinoPage RootPage);
|