rename: tsx

This commit is contained in:
2024-10-15 18:01:13 +08:00
parent 8122f6d8bf
commit a763355420
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { themeChange } from "theme-change";
import { render } from "preact";
import { useState, useEffect } from "preact/hooks";
import { App } from "@/pages/app";
import { App } from "@/pages/App";
import { Tr, langCodeContext, LANG_OPTIONS } from "@/translate";
function Base() {