5 lines
136 B
JavaScript
Executable file
5 lines
136 B
JavaScript
Executable file
const htmlRender = {
|
|
communityHeader: require('./components/communityHeader/communityHeader.html.js')
|
|
}
|
|
|
|
module.exports = htmlRender;
|