gregstewart/hearthstone-tracker

View on GitHub
src/constants/index.js

Summary

Maintainability
A
1 hr
Test Coverage
export const statsShape = [
  {id: 1, label: "Wins", text: ""},
  {id: 2, label: "Losses", text: ""},
  {id: 3, label: "Ratio", text: ""}
];