mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
12 lines
293 B
JavaScript
12 lines
293 B
JavaScript
/**
|
|
* react-loadable-ssr-addon
|
|
* @author Marcos Gonçalves <contact@themgoncalves.com>
|
|
* @version 1.0.1
|
|
*/
|
|
|
|
import ReactLoadableSSRAddon from './ReactLoadableSSRAddon';
|
|
import getBundles from './getBundles';
|
|
|
|
module.exports = ReactLoadableSSRAddon;
|
|
module.exports.getBundles = getBundles;
|