Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. class BarChart extends Component {
  4. render() {
  5. return <svg />;
  6. }
  7. }
  8.  
  9. export default BarChart;
Add Comment
Please, Sign In to add comment