mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Various improvements to game management interface
This commit is contained in:
@@ -5,6 +5,7 @@ import {NavbarLayoutComponent} from "./layouts/navbar-layout/navbar-layout.compo
|
||||
import {LibraryOverviewComponent} from "./components/library-overview/library-overview.component";
|
||||
import {GameDetailViewComponent} from "./components/game-detail-view/game-detail-view.component";
|
||||
import {LibraryManagementComponent} from "./components/library-management/library-management.component";
|
||||
import {MappedGamesTableComponent} from "./components/mapped-games-table/mapped-games-table.component";
|
||||
|
||||
const appRoutes: Routes = [
|
||||
{
|
||||
@@ -23,6 +24,10 @@ const appRoutes: Routes = [
|
||||
path: 'library-management',
|
||||
component: LibraryManagementComponent
|
||||
},
|
||||
{
|
||||
path: 'test',
|
||||
component: MappedGamesTableComponent
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
redirectTo: '/library',
|
||||
|
||||
Reference in New Issue
Block a user