mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
detach transfer-props from List
This commit is contained in:
parent
224f13998e
commit
bd1ff8171a
@ -3,7 +3,7 @@ const fns = require('../../shared/functions');
|
|||||||
const React = require('react');
|
const React = require('react');
|
||||||
const Row = require('../row');
|
const Row = require('../row');
|
||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
const transferProps = require('./transfer-props');
|
const transferProps = require('../../shared/transfer-props');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
boxes,
|
boxes,
|
||||||
|
@ -2,7 +2,7 @@ const Column = require('../column');
|
|||||||
const React = require('react');
|
const React = require('react');
|
||||||
const Row = require('../row');
|
const Row = require('../row');
|
||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
const transferProps = require('./transfer-props');
|
const transferProps = require('../../shared/transfer-props');
|
||||||
const View = require('./view');
|
const View = require('./view');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
@ -2,7 +2,7 @@ const Button = require('../button');
|
|||||||
const constants = require('../../shared/constants');
|
const constants = require('../../shared/constants');
|
||||||
const fns = require('../../shared/functions');
|
const fns = require('../../shared/functions');
|
||||||
const React = require('react');
|
const React = require('react');
|
||||||
const transferProps = require('./transfer-props');
|
const transferProps = require('../../shared/transfer-props');
|
||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
@ -2,7 +2,7 @@ const fns = require('../../shared/functions');
|
|||||||
const React = require('react');
|
const React = require('react');
|
||||||
const Row = require('../row');
|
const Row = require('../row');
|
||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
const transferProps = require('./transfer-props');
|
const transferProps = require('../../shared/transfer-props');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
remcalc
|
remcalc
|
||||||
|
Loading…
Reference in New Issue
Block a user