Moving quadratic curve helper to be owned by VerticalLayout
This commit is contained in:
parent
8830fad923
commit
a13f26286d
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
import QuadraticCurve from 'quadratic-curve';
|
import QuadraticCurve from './quadratic-curve';
|
||||||
|
|
||||||
import * as style from 'rendering/style';
|
import * as style from 'rendering/style';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user