mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 09:11:42 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
if (location.pathname === "/loading") {
|
|
import("./loading")
|
|
} else {
|
|
import("./")
|
|
}
|