mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 22:32:28 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
if (location.pathname === "/loading") {
|
|
import("./loading")
|
|
} else {
|
|
import("./")
|
|
}
|