Sha256: e4e1e02ad79681b5d76e655e786913130d660000d0960a4ae6f36310caa47957
Contents?: true
Size: 384 Bytes
Versions: 26
Compression:
Stored size: 384 Bytes
Contents
class <%= app_class %> < LucidApp::Base render do Router(location: props.location) do Switch do Route(path: '/', exact: true, component: HelloComponent.JS[:react_component]) Route(path: '/welcome', exact: true, component: WelcomeComponent.JS[:react_component]) Route(component: NotFound404Component.JS[:react_component]) end end end end
Version data entries
26 entries across 26 versions & 2 rubygems