Skip to content

Instantly share code, notes, and snippets.

@sakukode
Last active October 30, 2019 00:48
Show Gist options
  • Save sakukode/73873df297d2935b884258a8e0f6141c to your computer and use it in GitHub Desktop.
Save sakukode/73873df297d2935b884258a8e0f6141c to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import Table from './Table';
class App extends Component {
render() {
return (
<div className="container">
<Table />
</div>
)
}
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment