switched to valuetuples for exhanging tokens

This commit is contained in:
TheXamlGuy
2024-05-27 20:43:18 +01:00
parent cad74f31e1
commit dd913b8f20
13 changed files with 13 additions and 98 deletions
@@ -1,6 +1,3 @@
namespace Kromek.UI.Avalonia.Controls
{
public class FontIconSource : FluentAvalonia.UI.Controls.FontIconSource
{
}
}
namespace Toolkit.UI.Controls.Avalonia;
public class FontIconSource : FluentAvalonia.UI.Controls.FontIconSource;