move: app.tsx to pages/

This commit is contained in:
2024-10-15 17:14:44 +08:00
parent 9cfb09a5ac
commit 32866d9a7f
2 changed files with 1 additions and 1 deletions

View File

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