HM-67. Верстка главной страницы (#33)
This commit is contained in:
9
src/components/main-statistic/MainStatistic.js
Normal file
9
src/components/main-statistic/MainStatistic.js
Normal file
@ -0,0 +1,9 @@
|
||||
import Component from '../component/index';
|
||||
|
||||
class MainStatistic extends Component {
|
||||
constructor (parentNode) {
|
||||
super('#main-statistic', parentNode);
|
||||
}
|
||||
}
|
||||
|
||||
export default MainStatistic;
|
||||
3
src/components/main-statistic/index.js
Normal file
3
src/components/main-statistic/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import MainStatistic from './MainStatistic';
|
||||
|
||||
export default MainStatistic;
|
||||
Reference in New Issue
Block a user