From 7928a72c77e2495558a8d08dae8ba651954c1e45 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Feb 2021 20:08:04 -0500 Subject: Name change --- ViewLocator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ViewLocator.cs') 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 { -- cgit v1.2.3