mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-05-04 23:54:15 +00:00
initial commit of functioning opening tracking
This commit is contained in:
9
gw2-tools-ui/src/components/rates/ItemRatesOverview.js
Normal file
9
gw2-tools-ui/src/components/rates/ItemRatesOverview.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import {ItemRates} from "./ItemRates";
|
||||
|
||||
export function ItemRatesOverview() {
|
||||
return (
|
||||
<>
|
||||
<ItemRates/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user