This website requires JavaScript.
Explore
Help
Sign In
sandvich
/
opencode
Watch
1
Star
0
Fork
You've already forked opencode
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
node-build
opencode
/
packages
/
desktop
/
src
/
entry.tsx
6 lines
88 B
TypeScript
Raw
Permalink
Blame
History
if
(
location
.
pathname
===
"/loading"
)
{
import
(
"./loading"
)
}
else
{
import
(
"./"
)
}
Reference in New Issue
View Git Blame
Copy Permalink