dynamic react router
This commit is contained in:
13
client/dashboard/about/about.component.js
Normal file
13
client/dashboard/about/about.component.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import Templates from 'config/templates';
|
||||
|
||||
class AboutComponent extends React.Component {
|
||||
|
||||
render() {
|
||||
var aboutRt = Templates.forComponent('about');
|
||||
return aboutRt.call(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default AboutComponent;
|
||||
Reference in New Issue
Block a user