#!/usr/bin/env node

/**
 * Bud file for browser scripts.
 * Executing this generates scripts to be bundled by browserify.
 *
 * Generated by {{generator}} on {{today}},
 * from a template provided by {{ pkg.name }}.
 *
 * @see https://github.com/coz-repo/coz
 */

'use strict'

const apemanBudReact = require('apeman-bud-react')

module.exports = apemanBudReact.browser([
  // Names of browser scripts
  'render-page'
])

{{{read _render}}}
