mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Simplify import paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { t } from "../utils/translation";
|
||||
import { CE, createButton, ButtonStyle, Icon } from "../utils/html";
|
||||
import { t } from "@/utils/translation";
|
||||
import { CE, createButton, ButtonStyle, Icon } from "@/utils/html";
|
||||
|
||||
type DialogOptions = {
|
||||
title?: string;
|
||||
|
Reference in New Issue
Block a user