From 9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Feb 2021 09:22:51 -0500 Subject: Renamed project --- ViewLocator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ViewLocator.cs') 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 { -- cgit v1.2.3