Remove BOM

This commit is contained in:
tyrrrz
2026-04-19 23:13:12 +03:00
parent 7456f0fe3a
commit 34b5ccc75b
175 changed files with 175 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
<UserControl
<UserControl
x:Class="DiscordChatExporter.Gui.Views.Components.DashboardView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

View File

@@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Interactivity;