| 1 | import React, { Component } from 'react'; |
| 2 | import Designer from '../../src/Designer'; |
| 3 | import {ArrangePanel, SizePanel} from '../../src/panels' |
| 4 | import {Rect, Vector, Text} from '../../src/objects/index'; |
nothing calls this directly
no test coverage detected