UNPKG

flux-router-component

Version:

Router-related React component and mixin for applications with Flux architecture

10 lines (9 loc) 255 B
/** * Copyright 2014, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ 'use strict'; module.exports = { NavLink: require('./lib/NavLink'), RouterMixin: require('./lib/RouterMixin') };