Split app UI layout packages

This commit is contained in:
Joe Julian
2026-04-09 09:20:57 -07:00
parent c442a20d3e
commit ccaee9fa34
10 changed files with 4230 additions and 4130 deletions
+12
View File
@@ -0,0 +1,12 @@
package list
type TopSection string
const (
TopSearch TopSection = "search"
TopNavigation TopSection = "navigation"
TopPath TopSection = "path"
TopGroup TopSection = "group"
TopGroupTools TopSection = "group_tools"
TopPrimary TopSection = "primary"
)