UNPKG

@roots/bud-dashboard

Version:

bud.js core module

8 lines (7 loc) 193 B
/** * The Dashboard package implements the Bud.Dashboard interface. * * @see https://bud.js.org * @see https://github.com/roots/bud */ export { Dashboard as default } from './service.js';