Skip to content

Commit

Permalink
pulling rendering bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Kim authored and Grace Kim committed Jul 26, 2020
1 parent 1641cf7 commit 354aa72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions client/components/containers/mainContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ import React, { Component } from 'react';
import StaticContainer from './staticContainer';
import { BrowserRouter as Router, Switch, Route, Link } from 'react-router-dom';
import MakeMap from '../MakeMap';
const stats = require('npm-stat-api');
// import MainContainer from './containers/MainContainer';
class MainContainer extends Component {
constructor(props) {
super(props);
}
render() {
stats.stat('check-stats-modules','2018-07-20','2018-08-20', (err, res) => {
console.log(JSON.stringify(res))
});
return (
<div>
<Router>
Expand Down
18 changes: 0 additions & 18 deletions client/components/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,3 @@ function Map() {
}

export default Map;

// import React, { Component } from 'react';
// import Bubble from './Bubble.tsx';

// // import MainContainer from './containers/MainContainer';
// class Map extends Component {
// constructor(props) {
// super(props);
// }
// render() {
// return (
// <div className="container">
// <Bubble />
// </div>
// );
// }
// }
// export default Map;

0 comments on commit 354aa72

Please sign in to comment.