diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 09:22:51 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 09:22:51 -0500 |
| commit | 9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21 (patch) | |
| tree | 6adc43beeaed3fa84de71e8d2b8ae7b24494cee4 /App.axaml.cs | |
| parent | c7b2661ac11861dfbdff2ec9efd1cc579b6e5605 (diff) | |
| download | erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.gz erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.bz2 erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.zip | |
Renamed project
Diffstat (limited to 'App.axaml.cs')
| -rw-r--r-- | App.axaml.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/App.axaml.cs b/App.axaml.cs index 0ddebe2..48cb22b 100644 --- a/App.axaml.cs +++ b/App.axaml.cs @@ -1,10 +1,10 @@ using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
-using Alee_Audio_Player.ViewModels;
-using Alee_Audio_Player.Views;
+using AleeAudioPlayer.ViewModels;
+using AleeAudioPlayer.Views;
-namespace Alee_Audio_Player
+namespace AleeAudioPlayer
{
public class App : Application
{
|
