Removed router section.

This commit is contained in:
Jeremy-Z 2026-05-08 15:21:36 -04:00
parent 27951e8730
commit 6538a64fc2

View file

@ -123,11 +123,6 @@ const routes = [
});
return null;
}
},
{
name: "error",
path: "/virtual/error",
virtual: true,
}
];