1 2 3 4 5
if (location.pathname === "/loading") { void import("./loading") } else { void import("./") }