mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 19:51:58 +00:00
fix TS errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { afterPatch, findModuleChild, unpatch } from 'decky-frontend-lib';
|
import { afterPatch, findModuleChild, unpatch } from 'decky-frontend-lib';
|
||||||
import React, { ReactElement, cloneElement, createElement, memo } from 'react';
|
import { ReactElement, ReactNode, cloneElement, createElement, memo } from 'react';
|
||||||
import type { Route, RouteProps } from 'react-router';
|
import type { Route } from 'react-router';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DeckyRouterState,
|
DeckyRouterState,
|
||||||
|
|||||||
Reference in New Issue
Block a user