1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2683 from thornbill/react

Add react support
This commit is contained in:
Bill Thornton 2021-06-11 00:51:11 -04:00 committed by GitHub
commit ab23184da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 1159 additions and 939 deletions

View file

@ -304,7 +304,7 @@ import { appRouter } from '../components/appRouter';
defineRoute({
alias: '/search.html',
path: 'search.html',
controller: 'searchpage'
pageComponent: 'SearchPage'
});
defineRoute({