|
1 | 1 | import { Events } from './events.js'; |
2 | 2 | import { _ } from './utils/underscore.js'; |
3 | | -import { getEffectFromObject } from 'utils/shape.js'; |
| 3 | +import { getEffectFromObject } from './utils/shape.js'; |
4 | 4 |
|
5 | 5 | import { Shape } from './shape.js'; |
6 | 6 | import { Children } from './children.js'; |
7 | | -import { Path } from 'path.js'; |
8 | | -import { ArcSegment } from 'shapes/arc-segment.js'; |
9 | | -import { Circle } from 'shapes/circle.js'; |
10 | | -import { Ellipse } from 'shapes/ellipse.js'; |
11 | | -import { Points } from 'shapes/points.js'; |
12 | | -import { Polygon } from 'shapes/polygon.js'; |
13 | | -import { Rectangle } from 'shapes/rectangle.js'; |
14 | | -import { RoundedRectangle } from 'shapes/rounded-rectangle.js'; |
15 | | -import { Star } from 'shapes/star.js'; |
16 | | -import { Text } from 'text.js'; |
17 | | -import { Element } from 'element.js'; |
| 7 | +import { Path } from './path.js'; |
| 8 | +import { ArcSegment } from './shapes/arc-segment.js'; |
| 9 | +import { Circle } from './shapes/circle.js'; |
| 10 | +import { Ellipse } from './shapes/ellipse.js'; |
| 11 | +import { Points } from './shapes/points.js'; |
| 12 | +import { Polygon } from './shapes/polygon.js'; |
| 13 | +import { Rectangle } from './shapes/rectangle.js'; |
| 14 | +import { RoundedRectangle } from './shapes/rounded-rectangle.js'; |
| 15 | +import { Star } from './shapes/star.js'; |
| 16 | +import { Text } from './text.js'; |
| 17 | +import { Element } from './element.js'; |
18 | 18 |
|
19 | 19 | // Constants |
20 | 20 |
|
|
0 commit comments