Completely updated React, fixed #11, (hopefully)
This commit is contained in:
10
goTorrentWebUI/node_modules/react-grid-layout/index.js.flow
generated
vendored
Normal file
10
goTorrentWebUI/node_modules/react-grid-layout/index.js.flow
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import * as utils from './build/utils';
|
||||
export { default } from './build/ReactGridLayout';
|
||||
export { default as Responsive } from './build/ResponsiveReactGridLayout';
|
||||
export { default as WidthProvider } from './build/components/WidthProvider';
|
||||
|
||||
export {
|
||||
utils
|
||||
};
|
Reference in New Issue
Block a user