entry.tsx 88 B

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