Files
opencode/packages/desktop/src/entry.tsx
T
2026-04-15 23:27:32 -04:00

6 lines
98 B
TypeScript

if (location.pathname === "/loading") {
void import("./loading")
} else {
void import("./")
}