UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

18 lines (14 loc) 458 B
// Shows the mapping from the exported object to the name used by the server rendering. import ReactOnRails from 'react-on-rails'; import OnboardingGuideApp from './OnboardingGuideApp'; import OnboardingTopBar from './OnboardingTopBarApp'; import TopbarApp from './TopbarApp'; import SearchPageApp from './SearchPageApp'; ReactOnRails.register({ OnboardingGuideApp, OnboardingTopBar, TopbarApp, SearchPageApp, }); ReactOnRails.registerStore({ });