jsuzuki20120311/bell-tree-flux

View on GitHub
src/main.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

import Dispatcher from './Dispatcher';

// LICENSE: MIT

const BellTreeFlux = BellTreeFlux || {};
BellTreeFlux.Dispatcher = Dispatcher;

export default BellTreeFlux;