Oops, fix bad export in ItemPage

This I think is why the page was reloading when you try to item search? The failed import was triggering our "hey maybe this is an old module URL that got deleted" code?
This commit is contained in:
Emi Matchu 2023-08-10 18:53:25 -07:00
parent 1398e9e21b
commit b830198feb

View file

@ -1427,5 +1427,3 @@ function buildSortKeyForZoneLabelsAndTheirBodies({ zoneLabel, bodies }) {
return `${representsAllBodies ? "A" : "Z"}-${inverseBodyCount}-${zoneLabel}`;
}
export default ItemPage;