mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-05-01 14:57:34 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
import {ItemRates} from "./ItemRates";
|
|
|
|
export function ItemRatesOverview() {
|
|
return (
|
|
<>
|
|
<ItemRates/>
|
|
</>
|
|
);
|
|
} |