UNPKG

@roots/bud-dashboard

Version:

bud.js core module

10 lines (9 loc) 263 B
// Copyright © Roots Software LLC // Licensed under the MIT license. /** * 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';