mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:21 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
if (location.pathname === "/loading") {
|
|
import("./loading")
|
|
} else {
|
|
import("./")
|
|
}
|