Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Nov 4, 2024
1 parent 31e17fe commit eeb4e2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// Copyright (c) 2024 Files Community
// Licensed under the MIT License. See the LICENSE.

using Files.App.Dialogs;
using Microsoft.UI.Xaml.Controls;
using System.IO;
using TagLib.Ape;
using Windows.Foundation.Metadata;

namespace Files.App.Actions
Expand Down
3 changes: 0 additions & 3 deletions src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// Licensed under the MIT License. See the LICENSE.

using Files.App.Dialogs;
using Files.App.ViewModels.Dialogs;
using Microsoft.UI.Xaml.Controls;
using System;
using System.Threading.Tasks;

namespace Files.App.Helpers
{
Expand Down
4 changes: 0 additions & 4 deletions src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
// Licensed under the MIT License. See the LICENSE.

using Files.App.Dialogs;
using Files.App.ViewModels.Dialogs;
using Microsoft.UI;
using Microsoft.UI.Text;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Data;
using Microsoft.UI.Xaml.Media;
using TagLib.Ape;
using Windows.ApplicationModel.DataTransfer;
using Windows.System;

namespace Files.App.Helpers
Expand Down

0 comments on commit eeb4e2e

Please sign in to comment.