From d15aa89af45d724877ef5e714c8f86bc35fc2d2c Mon Sep 17 00:00:00 2001 From: TAJ <124231329+tajmahal226@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:20:46 -0400 Subject: [PATCH] Create BDRPerformanceChart.js --- BDRPerformanceChart.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BDRPerformanceChart.js diff --git a/BDRPerformanceChart.js b/BDRPerformanceChart.js new file mode 100644 index 0000000..3204c2e --- /dev/null +++ b/BDRPerformanceChart.js @@ -0,0 +1,16 @@ +const BDRPerformanceChart = ({ data }) => ( + + + + + + + + + + + + +); + +export default BDRPerformanceChart;