Sha256: 304374206cd924485979da76fb168c06b584e7e01402b857da8a3b70093a1a13

Contents?: true

Size: 216 Bytes

Versions: 21

Compression:

Stored size: 216 Bytes

Contents

import UserIndex from 'spotlight/user'
import AdminIndex from 'spotlight/admin'
import Core from 'spotlight/core'

Core.onLoad(() => {
  new UserIndex().connect()
  new AdminIndex().connect()
})

export default Core

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta5 app/javascript/spotlight/index.js