Skip to content

Commit

Permalink
Remove unnecessary usings from PackageViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-ciha committed Oct 23, 2024
1 parent 5acf585 commit 7225b3a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using System.Collections.Generic;
using System.Reflection.Metadata.Ecma335;
using System.Threading.Tasks;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
Expand All @@ -12,7 +11,6 @@
using DevHome.Services.WindowsPackageManager.Contracts;
using DevHome.SetupFlow.Models;
using DevHome.SetupFlow.Services;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Media.Imaging;
using Windows.Storage.Streams;
using Windows.System;
Expand Down

0 comments on commit 7225b3a

Please sign in to comment.