mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Simplify import paths again
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { BxEvent } from "./bx-event";
|
||||
import { LoadingScreen } from "@/modules/loading-screen";
|
||||
import { RemotePlay } from "@/modules/remote-play";
|
||||
import { checkHeader } from "@/modules/ui/header";
|
||||
import { BxEvent } from "@utils/bx-event";
|
||||
import { LoadingScreen } from "@modules/loading-screen";
|
||||
import { RemotePlay } from "@modules/remote-play";
|
||||
import { checkHeader } from "@modules/ui/header";
|
||||
|
||||
export function patchHistoryMethod(type: 'pushState' | 'replaceState') {
|
||||
const orig = window.history[type];
|
||||
|
Reference in New Issue
Block a user