/**
 * `@roots/bud` client scripts
 *
 * You should not import this root module.
 * Import the components from the submodules instead.
 *
 * @see https://bud.js.org
 * @see https://github.com/roots/bud
 *
 *  @packageDocumentation
 */
export { default as domReady } from '@roots/bud-client/dom-ready';
export { default as lazy } from '@roots/bud-client/lazy';
