aboutsummaryrefslogtreecommitdiff
path: root/ViewLocator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ViewLocator.cs')
-rw-r--r--ViewLocator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ViewLocator.cs b/ViewLocator.cs
index ded617c..a1269cd 100644
--- a/ViewLocator.cs
+++ b/ViewLocator.cs
@@ -1,9 +1,9 @@
using System;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
-using Alee_Audio_Player.ViewModels;
+using AleeAudioPlayer.ViewModels;
-namespace Alee_Audio_Player
+namespace AleeAudioPlayer
{
public class ViewLocator : IDataTemplate
{