catreact
Version:
Catavolt Core React Components
10 lines (9 loc) • 422 B
JavaScript
/**
* Created by rburson on 4/11/16.
*/
//IMPORTANT! Don't copy this file to the example project!
//This is a shim to allow the examples to run inside the catreact project.
//The example project should be using the actual 'catreact' module found in 'node_modules'
//This file should be present in that example project but contain only the following line:
//export * from 'catreact';
export * from '../src/js/catreact';