Sha256: a068601ae9b2a45deb3034d2236fa1a077c7fb4d6fb617884af2d13f9e1f4fce

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

// ALL imports in this dir, including in files imported, should be RELATIVE
// paths to keep things working in the various ways these files get used, at
// both compile time and npm package run time.

import BookmarkToggle from './bookmark_toggle.js'
import ButtonFocus from './button_focus.js'
import Modal from './modal.js'
import SearchContext from './search_context.js'
import Core from './core.js'


export default {
  BookmarkToggle,
  ButtonFocus,
  Modal,
  SearchContext,
  Core,
  onLoad: Core.onLoad
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-8.2.0 app/javascript/blacklight/index.js