Merge pull request #47 from kalixi/master

Update src/render/shape/support.js
This commit is contained in:
kekee000 2021-06-30 11:11:17 +08:00 committed by GitHub
commit 2f482c5316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ import graduation from './Graduation';
import line from './Line';
import beziercurve from './BezierCurve';
import gridarrow from './GridArrow';
import text from './text';
import text from './Text';
export default {
circle,