| 12345 |
- document.head.insertAdjacentHTML 'beforeend', '<style type="text/css" file="app/shared/HeroSection.styl">'+stylFns['app/shared/HeroSection.styl']+'</style>'
- module.exports =
- name: 'HeroSection'
- props: [ 'document' ]
- render: (new Function '_ctx', '_cache', renderFns['app/shared/HeroSection.pug'])()
|