diff --git a/samples/ControlGallery/AppShell.razor b/samples/ControlGallery/AppShell.razor
index e6cc6cde..7510840c 100644
--- a/samples/ControlGallery/AppShell.razor
+++ b/samples/ControlGallery/AppShell.razor
@@ -1,66 +1,49 @@
@using ControlGallery.Views
+@using ControlGallery.Views.Collections
+@using ControlGallery.Views.Collections.CollectionView
+@using ControlGallery.Views.Controls
+@using ControlGallery.Views.EditText
+@using ControlGallery.Views.InitiateCommands
+@using ControlGallery.Views.Layouts
+@using ControlGallery.Views.PresentData
+@using ControlGallery.Views.SetValues
+@using ControlGallery.Views.Shell
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @for (int i = 0; i < tabCount; i++)
- {
- var currentIndex = i;
-
- }
-
-
- @for (int i = 0; i < menuItemCount; i++)
- {
-
- }
-
-
-@code {
- int tabCount = 1;
- int menuItemCount = 2;
-
- void AddTab()
- {
- tabCount++;
- }
-
- void RemoveTab()
- {
- if (tabCount > 1)
- {
- tabCount--;
- }
- }
-
- void AddMenuItem()
- {
- menuItemCount++;
- }
-
- void RemoveMenuItem()
- {
- if (menuItemCount > 0)
- {
- menuItemCount--;
- }
- }
-}
+ @*Present data*@
+
+
+
+ @*Initiate commands*@
+
+
+
+ @*Set values*@
+
+
+
+
+ @*Edit text*@
+
+
+
+ @*Display collections*@
+
+
+
+
+
+
+
+
+ @*Layouts*@
+
+
+
+
+ @*Shell*@
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/ControlGallery/Views/CollectionViewPlayground.razor b/samples/ControlGallery/Views/CollectionViewPlayground.razor
deleted file mode 100644
index 1475b8fa..00000000
--- a/samples/ControlGallery/Views/CollectionViewPlayground.razor
+++ /dev/null
@@ -1,18 +0,0 @@
-@using ControlGallery.Views.CollectionView
-
-@inject ShellNavigationManager NavigationManager
-
-@page "/collectionviewplayground"
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/ControlGallery/Views/Collections/CarouselViews.razor b/samples/ControlGallery/Views/Collections/CarouselViewPage.razor
similarity index 98%
rename from samples/ControlGallery/Views/Collections/CarouselViews.razor
rename to samples/ControlGallery/Views/Collections/CarouselViewPage.razor
index 254c3a2b..a5c6c90a 100644
--- a/samples/ControlGallery/Views/Collections/CarouselViews.razor
+++ b/samples/ControlGallery/Views/Collections/CarouselViewPage.razor
@@ -1,6 +1,6 @@
@page "/carouselviewplayground"
-
+
+