diff options
Diffstat (limited to 'ViewLocator.cs')
| -rw-r--r-- | ViewLocator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ViewLocator.cs b/ViewLocator.cs index a1269cd..0a6eb01 100644 --- a/ViewLocator.cs +++ b/ViewLocator.cs @@ -1,9 +1,9 @@ using System;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
-using AleeAudioPlayer.ViewModels;
+using Erable.ViewModels;
-namespace AleeAudioPlayer
+namespace Erable
{
public class ViewLocator : IDataTemplate
{
|
