From c74aae0b512ac496dadfcea0003a0c354f0bfde6 Mon Sep 17 00:00:00 2001 From: Stephen Damm <421822+halsafar@users.noreply.github.com> Date: Thu, 9 Aug 2018 18:22:34 -0600 Subject: [PATCH] Organize. --- SongBrowserPlugin/UI/{ => Keyboard}/CustomUIKeyboard.cs | 0 .../UI/{ => Keyboard}/SearchKeyboardViewController.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename SongBrowserPlugin/UI/{ => Keyboard}/CustomUIKeyboard.cs (100%) rename SongBrowserPlugin/UI/{ => Keyboard}/SearchKeyboardViewController.cs (100%) diff --git a/SongBrowserPlugin/UI/CustomUIKeyboard.cs b/SongBrowserPlugin/UI/Keyboard/CustomUIKeyboard.cs similarity index 100% rename from SongBrowserPlugin/UI/CustomUIKeyboard.cs rename to SongBrowserPlugin/UI/Keyboard/CustomUIKeyboard.cs diff --git a/SongBrowserPlugin/UI/SearchKeyboardViewController.cs b/SongBrowserPlugin/UI/Keyboard/SearchKeyboardViewController.cs similarity index 100% rename from SongBrowserPlugin/UI/SearchKeyboardViewController.cs rename to SongBrowserPlugin/UI/Keyboard/SearchKeyboardViewController.cs