Fixed some warnings
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
This commit is contained in:
parent
6fc3eba498
commit
f0030af0ae
2 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@
|
|||
<Border Classes="circular">
|
||||
<Button Classes="accent" Content="+" />
|
||||
</Border>
|
||||
<Button Classes="link-11" Content="HyperlinkButton" />
|
||||
<TextBlock Text="Text Block" />
|
||||
<TextBox Classes="console" Watermark="Fake Console" />
|
||||
<TextBox Watermark="Regular Text Box" Text="Sample Text" />
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
using Avalonia.Platform;
|
||||
using SkiaSharp;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace EllieHub.Common;
|
||||
|
||||
|
|
Loading…
Reference in a new issue