Convert search page to react

This commit is contained in:
Bill Thornton
2021-05-28 13:38:28 -04:00
parent c7296753af
commit 903b656f7f
7 changed files with 70 additions and 43 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ import { appRouter } from '../components/appRouter';
defineRoute({
alias: '/search.html',
path: 'search.html',
controller: 'searchpage'
pageComponent: 'SearchPage'
});
defineRoute({