6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
if (location.pathname === "/loading") {
|
|
import("./loading")
|
|
} else {
|
|
import("./")
|
|
}
|