1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

detach transfer-props from List

This commit is contained in:
Sérgio Ramos 2017-01-16 19:43:11 +00:00
parent 224f13998e
commit bd1ff8171a
5 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ const fns = require('../../shared/functions');
const React = require('react');
const Row = require('../row');
const Styled = require('styled-components');
const transferProps = require('./transfer-props');
const transferProps = require('../../shared/transfer-props');
const {
boxes,

View File

@ -2,7 +2,7 @@ const Column = require('../column');
const React = require('react');
const Row = require('../row');
const Styled = require('styled-components');
const transferProps = require('./transfer-props');
const transferProps = require('../../shared/transfer-props');
const View = require('./view');
const {

View File

@ -2,7 +2,7 @@ const Button = require('../button');
const constants = require('../../shared/constants');
const fns = require('../../shared/functions');
const React = require('react');
const transferProps = require('./transfer-props');
const transferProps = require('../../shared/transfer-props');
const Styled = require('styled-components');
const {

View File

@ -2,7 +2,7 @@ const fns = require('../../shared/functions');
const React = require('react');
const Row = require('../row');
const Styled = require('styled-components');
const transferProps = require('./transfer-props');
const transferProps = require('../../shared/transfer-props');
const {
remcalc