From 6ea0e59c31bc7da55c952cb230e9a237113b2217 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 18 Mar 2024 11:42:54 +0800 Subject: [PATCH] fix: remove warning for duplicated using --- src/App.axaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.axaml.cs b/src/App.axaml.cs index 74443fab..0c27ed57 100644 --- a/src/App.axaml.cs +++ b/src/App.axaml.cs @@ -4,7 +4,6 @@ using System.Reflection; using System.Text; using System.Globalization; using System.Linq; -using System.Reflection; using System.Threading; using Avalonia;