mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-12 06:01:25 +00:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
if (location.pathname === "/loading") {
|
|
void import("./loading")
|
|
} else {
|
|
void import("./")
|
|
}
|