Flow for all the files
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// @flow
|
||||
export default () => {
|
||||
return new Promise(resolve => {
|
||||
// $FlowIssue this is available with webpack
|
||||
require.ensure([], () => {
|
||||
resolve({
|
||||
Editor: require('./Editor').default,
|
||||
|
||||
Reference in New Issue
Block a user