Add global search on home page

This commit is contained in:
Cadence Ember
2022-09-17 22:36:04 +12:00
parent 82978e7c13
commit 711a8225fb
5 changed files with 42 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
"src/dispatcher-tree.rkt")
(require (only-in "src/page-category.rkt" page-category))
(require (only-in "src/page-global-search.rkt" page-global-search))
(require (only-in "src/page-home.rkt" page-home))
(require (only-in "src/page-not-found.rkt" page-not-found))
(require (only-in "src/page-proxy.rkt" page-proxy))
@@ -20,6 +21,7 @@
(dispatcher-tree
; order of these does not matter
page-category
page-global-search
page-home
page-not-found
page-proxy