Hello World

About Me

I'm a curious dude

I like technology and problem solving

Embed React Components

Loading...

Code Snippet

export default () => {
  return (
    <div>
    <BarChart
      data={data}
      colors={["#C32148"]}
    />
    </div>
  );
}

Thank You