Merge pull request #3567 from grafixeyehero/Convert-HomePage-to-react

This commit is contained in:
Bill Thornton
2022-09-02 17:47:23 -04:00
committed by GitHub
7 changed files with 186 additions and 204 deletions
-8
View File
@@ -293,14 +293,6 @@ import { appRouter } from '../components/appRouter';
controller: 'dashboard/plugins/repositories/index'
});
defineRoute({
alias: '/home.html',
path: 'home.html',
autoFocus: false,
controller: 'home',
type: 'home'
});
defineRoute({
alias: '/list.html',
path: 'list.html',