make flow work with aliasing

This commit is contained in:
crptm 2017-05-25 02:39:58 +04:00
parent 106ffc0c11
commit fa964a56d4
2 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,5 @@
[libs]
[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=common

View File

@ -1,3 +1,4 @@
// @flow
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { Footer, Header } from 'components';