desktop: add loading window and restructure rust (#12176)
This commit is contained in:
5
packages/desktop/src/entry.tsx
Normal file
5
packages/desktop/src/entry.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
if (location.pathname === "/loading") {
|
||||
import("./loading")
|
||||
} else {
|
||||
import("./")
|
||||
}
|
||||
Reference in New Issue
Block a user