feat: updating play label on hero panel

This commit is contained in:
Hydra
2024-04-18 22:26:17 +01:00
parent 91b1341271
commit 96e11e6be9
40 changed files with 2049 additions and 745 deletions

View File

@@ -19,11 +19,12 @@ import "react-loading-skeleton/dist/skeleton.css";
import { App } from "./app";
import {
Catalogue,
Home,
Downloads,
GameDetails,
SearchResults,
Settings,
Catalogue,
} from "@renderer/pages";
import { store } from "./store";
@@ -41,6 +42,10 @@ const router = createHashRouter([
children: [
{
path: "/",
Component: Home,
},
{
path: "/catalogue",
Component: Catalogue,
},
{