Skip to content

Commit

Permalink
chore: adding Maui Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 22, 2024
1 parent 91473b0 commit 164296f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Uno.Extensions.Maui.UI/MauiEmbedding.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Maui;
using Microsoft.Maui.ApplicationModel;
using Uno.Extensions.Hosting;

Expand Down
4 changes: 3 additions & 1 deletion src/Uno.Extensions.Maui.UI/MauiEmbedding.windows.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Uno.Extensions.Maui;
using Microsoft.Maui;

namespace Uno.Extensions.Maui;

partial class MauiEmbedding
{
Expand Down

0 comments on commit 164296f

Please sign in to comment.