Skip to content

Commit

Permalink
- essentials fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Apr 22, 2021
1 parent 1da2772 commit 2e5a987
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/Essentials/src/AppActions/AppActions.uwp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using Windows.UI.StartScreen;

#if WINDOWS
using Windows.ApplicationModel.Activation;
#elif WINDOWS
using Microsoft.UI.Xaml;
#endif

namespace Microsoft.Maui.Essentials
{
Expand Down
4 changes: 0 additions & 4 deletions src/Essentials/src/Platform/Platform.uwp.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#if WINDOWS
using Windows.ApplicationModel.Activation;
#elif WINDOWS
using Microsoft.UI.Xaml;
#endif

namespace Microsoft.Maui.Essentials
{
Expand Down

0 comments on commit 2e5a987

Please sign in to comment.