BlazorStart/Start/Client/Store/Features/Sidebar/SidebarActions.cs
Neil Brommer f63798e897 Turn the top nav bar into a sidebar
Add an edit mode
2021-12-07 17:12:20 -08:00

6 lines
164 B
C#

namespace Start.Client.Store.Features.Sidebar {
public class ShowSidebarAction { }
public class HideSidebarAction { }
public class ToggleEditModeAction { }
}