HeroSection.coffee 311 B

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